sqf_entity_fix 2.3.1+7 copy "sqf_entity_fix: ^2.3.1+7" to clipboard
sqf_entity_fix: ^2.3.1+7 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 sqf_entity_fix

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

dependencies:
  sqf_entity_fix: ^2.3.1+7

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:sqf_entity_fix/generated/assets.dart';
import 'package:sqf_entity_fix/sqfentity.dart';
import 'package:sqf_entity_fix/sqfentity_connection.dart';
import 'package:sqf_entity_fix/sqfentity_connection_base.dart';
import 'package:sqf_entity_fix/sqfentity_connection_ffi.dart';
0
likes
110
pub points
13%
popularity

Publisher

unverified uploader

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

Apache-2.0 (LICENSE)

Dependencies

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

More

Packages that depend on sqf_entity_fix