sqf_entity_fix 2.3.1+7 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';