# sqflite_aurora The Aurora OS implementation of [`sqflite`](https://pub.dev/packages/sqflite). ## Usage This package is not an endorsed implementation of `sqflite`. Therefore, you have to include `sqflite_aurora` alongside `sqflite` as dependencies in your `pubspec.yaml` file. ```yaml dependencies: sqflite: ^2.2.6 sqflite_aurora: git: git@os-git.omprussia.ru:non-oss/flutter/flutter-plugins.git path: packages/sqflite/sqflite_aurora ``` Then you can import and use `sqflite` in your Dart code: ```dart import 'package:sqflite/sqflite.dart'; ``` ### Preview example ![preview.png](data%2Fpreview.png)