sqflite_entities 0.0.1 copy "sqflite_entities: ^0.0.1" to clipboard
sqflite_entities: ^0.0.1 copied to clipboard

outdated

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.1

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';
9
likes
0
pub points
53%
popularity

Publisher

verified publishertelequiz.online

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, build, build_runner, path, source_gen, sqflite

More

Packages that depend on sqflite_entities