# sqflite_math **Repository Path**: hsq168/sqflite_math ## Basic Information - **Project Name**: sqflite_math - **Description**: SQLite flutter plugin - **Primary Language**: C - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Alt text](./screenshot1-2.png) # sqflite SQLite plugin for [Flutter](https://flutter.io). Supports both iOS and Android. * Support transactions and batches * Automatic version managment during open * Helpers for insert/query/update/delete queries * DB operation executed in a background thread on iOS and Android ## Documentation * [Documentation](https://github.com/tekartik/sqflite/blob/master/sqflite/README.md) * [API reference](https://pub.dartlang.org/documentation/sqflite/latest/sqflite/sqflite-library.html) * [How to](https://github.com/tekartik/sqflite/blob/master/sqflite/doc/how_to.md) guide