Entity - A simple ORM for Relational and NoSQL Database

A very simple ORM for relational, NoSQL database, and simple maps. It is designed to work on browsers, so it doesn't use mirrors or annotations.

Build Status

Who Uses

  • Quire - a simple, collaborative, multi-level task management tool.
  • Keikai - a sophisticated spreadsheet for big data

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add entity

With Flutter:

 $ flutter pub add entity

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):


dependencies:
  entity: ^2.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:entity/entity.dart';

Download Details: 
 

Author: rikulo

Official Website: https://github.com/rikulo/entity 


 

11.30 GEEK