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

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: ^2.4.0

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';
266
likes
120
pub points
90%
popularity

Publisher

verified publisherhuseyintokpinar.com

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

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, meta, path, sqfentity_gen, sqflite_common, sqflite_common_ffi, sqflite_sqlcipher, synchronized

More

Packages that depend on sqfentity