sqfentity 0.0.2+1 copy "sqfentity: ^0.0.2+1" to clipboard
sqfentity: ^0.0.2+1 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. Do easily and faster adding tables, adding c [...]

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: ^0.0.2+1

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';
270
likes
0
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. Do easily and faster adding tables, adding columns, defining multiple tables, multiple databases etc. with the help of DbModel object.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, cupertino_icons, flutter, http, intl, path, sqflite, synchronized

More

Packages that depend on sqfentity