reactive_sqflite 0.0.1 copy "reactive_sqflite: ^0.0.1" to clipboard
reactive_sqflite: ^0.0.1 copied to clipboard

Reactive wrapper around sqflite database.

reactive_sqflite #

Reactive wrapper around sqflite database. Supports both iOS and Android.

  • Support insert, delete, update and quering
  • Return queries as rxdart Observables
  • Get updates for queries on insertions, deletions and updates

Transaction and batch execution is not yet supported.

Getting Started #

In your flutter project add the dependency:

dependencies:
  ...
  reactive_sqflite: any

For help getting started with Flutter, view the online documentation.

Usage #

Import reactive_sqflite.dart

import 'package:reactive_sqflite/reactive_sqflite.dart';

Read sqflite and rxdart documentation for further reference,

Example #

See the example directory for a sample.

0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Reactive wrapper around sqflite database.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, rxdart, sqflite

More

Packages that depend on reactive_sqflite