resqlite 0.3.0 copy "resqlite: ^0.3.0" to clipboard
resqlite: ^0.3.0 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 resqlite

With Flutter:

 $ flutter pub add resqlite

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

dependencies:
  resqlite: ^0.3.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:resqlite/resqlite.dart';
8
likes
140
points
244
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

High-performance, reactive SQLite for Dart and Flutter. Reads, writes, and reactive re-queries run on persistent worker isolates with zero main-isolate jank.

Repository (GitHub)
View/report issues

Topics

#sqlite #database #reactive #flutter

License

MIT (license)

Dependencies

code_assets, ffi, hooks, native_toolchain_c, path

More

Packages that depend on resqlite