d_rocket_engine_sqlite 2.0.0
d_rocket_engine_sqlite: ^2.0.0 copied to clipboard
SQLite engine for d_rocket 2.0: bundles libsqlite3 (and the SQLCipher probe) to drive DbContext / DbSet / LINQ-SQL push-down and auto-migrations on iOS, Android, macOS, Linux, and Windows.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate d_rocket_engine_sqliteUse it
The package has the following executables:
$ migration
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add d_rocket_engine_sqliteThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
d_rocket_engine_sqlite: ^2.0.0Alternatively, 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:d_rocket_engine_sqlite/d_rocket_engine_sqlite.dart';