conduit_sqlite 7.0.0 copy "conduit_sqlite: ^7.0.0" to clipboard
conduit_sqlite: ^7.0.0 copied to clipboard

SQLite ORM backend for conduit. Embedded / in-process; closes the test-harness gap by enabling no-Docker test fixtures.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add conduit_sqlite

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

dependencies:
  conduit_sqlite: ^7.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:conduit_sqlite/conduit_sqlite.dart';
0
likes
140
points
29
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

SQLite ORM backend for conduit. Embedded / in-process; closes the test-harness gap by enabling no-Docker test fixtures.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

conduit_core, sqlite3

More

Packages that depend on conduit_sqlite