d_rocket_engine_sqlite 2.0.0 copy "d_rocket_engine_sqlite: ^2.0.0" to clipboard
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_sqlite

Use 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_sqlite

This 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.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:d_rocket_engine_sqlite/d_rocket_engine_sqlite.dart';
1
likes
140
points
38
downloads

Documentation

Documentation
API reference

Publisher

verified publishertorogoz.tech

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#sqlite #sqlcipher #d-rocket #orm #database

License

MIT (license)

Dependencies

d_rocket, flutter, meta, sqlite3

More

Packages that depend on d_rocket_engine_sqlite