sqlite_loom 0.4.0
sqlite_loom: ^0.4.0 copied to clipboard
Generator-free reactive SQLite layer with typed tables, immutable queries, and transaction-aware streams.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sqlite_loomWith Flutter:
$ flutter pub add sqlite_loomThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sqlite_loom: ^0.4.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:sqlite_loom/sqlite_loom.dart';