Reactive wrapper around sqflite database. Supports both iOS and Android.
rxdart
ObservablesTransaction and batch execution is not yet supported.
In your flutter project add the dependency:
dependencies:
...
reactive_sqflite: any
For help getting started with Flutter, view the online documentation.
Import reactive_sqflite.dart
import 'package:reactive_sqflite/reactive_sqflite.dart';
Read sqflite and rxdart documentation for further reference,
See the example
directory for a sample.
Udesh Kumarasinghe - UdeshUK on GitHub, ThatUdeshUK on Twitter
Apache 2.0. See the LICENSE file for details.