resqlite 0.3.1
resqlite: ^0.3.1 copied to clipboard
High-performance, reactive SQLite for Dart and Flutter. Reads, writes, and reactive re-queries run on persistent worker isolates with zero main-isolate jank.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add resqliteWith Flutter:
$ flutter pub add resqliteThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
resqlite: ^0.3.1Alternatively, 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:resqlite/resqlite.dart';