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

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

dependencies:
  sqlite_loom: ^0.1.1

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:sqlite_loom/sqlite_loom.dart';
0
likes
0
points
396
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

#sqlite #database #reactive #persistence #sqflite

License

unknown (license)

Dependencies

sqflite_common

More

Packages that depend on sqlite_loom