sqflite_entities 0.0.2+6 sqflite_entities: ^0.0.2+6 copied to clipboard
ORM approach to work with sqflite packages that would allow you to get some ORM practices out of the box for working with classes in the code
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sqflite_entities
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
sqflite_entities: ^0.0.2+6
Alternatively, your editor might support dart pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:sqflite_entities/sqflite_entities.dart';