sqlbrite 1.0.1 copy "sqlbrite: ^1.0.1" to clipboard
sqlbrite: ^1.0.1 copied to clipboard

outdated

sqlbrite - A lightweight wrapper around sqflite which introduces reactive stream semantics to SQL operations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sqlbrite

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

dependencies:
  sqlbrite: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sqlbrite/sqlbrite.dart';
52
likes
0
points
2.32k
downloads

Publisher

unverified uploader

Weekly Downloads

sqlbrite - A lightweight wrapper around sqflite which introduces reactive stream semantics to SQL operations.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, rxdart, sqflite

More

Packages that depend on sqlbrite