sqfentity 2.5.0 copy "sqfentity: ^2.5.0" to clipboard
sqfentity: ^2.5.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.5.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';
282
likes
100
points
2.3k
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.

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