sqfentity 1.3.4 copy "sqfentity: ^1.3.4" to clipboard
sqfentity: ^1.3.4 copied to clipboard

outdated

SqfEntity ORM for Flutter/Dart lets you build and execute SQL commands easily and quickly with the help of fluent methods similar to .Net Entity Framework.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sqfentity

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

dependencies:
  sqfentity: ^1.3.4

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

Import it

Now in your Dart code, you can use:

import 'package:sqfentity/sqfentity.dart';
280
likes
0
points
1.06k
downloads

Publisher

verified publisherhuseyintokpinar.com

Weekly Downloads

SqfEntity ORM for Flutter/Dart lets you build and execute SQL commands easily and quickly with the help of fluent methods similar to .Net Entity Framework.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, path, sqfentity_gen, sqflite, synchronized

More

Packages that depend on sqfentity