sqlite_loom 0.4.0 copy "sqlite_loom: ^0.4.0" to clipboard
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_loom

With Flutter:

 $ flutter pub add sqlite_loom

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

dependencies:
  sqlite_loom: ^0.4.0

Alternatively, 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';
0
likes
160
points
396
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Generator-free reactive SQLite layer with typed tables, immutable queries, and transaction-aware streams.

Repository (GitHub)
View/report issues
Contributing

Topics

#sqlite #database #reactive #persistence #sqflite

License

MIT (license)

Dependencies

args, crypto, path, sqflite_common, yaml

More

Packages that depend on sqlite_loom