https://github.com/tekartik/sqflite
SQLite flutter plugin
https://github.com/tekartik/sqflite
Last synced: 6 months ago
JSON representation
SQLite flutter plugin
- Host: GitHub
- URL: https://github.com/tekartik/sqflite
- Owner: tekartik
- License: bsd-2-clause
- Created: 2017-05-22T08:15:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T19:24:33.000Z (6 months ago)
- Last Synced: 2025-05-11T05:44:44.308Z (6 months ago)
- Language: Dart
- Size: 5.66 MB
- Stars: 2,938
- Watchers: 54
- Forks: 534
- Open Issues: 203
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-flutter-cn - Sqflite - SQLite Flutter 插件,由 [Alexandre Roux](https://www.linkedin.com/in/alextekartik/) 开发。 (插件 / 存储)
- awesome-flutter-cn - Sqflite - SQLite flutter 插件,[Alexandre Roux](https://www.linkedin.com/in/alextekartik/). (插件 / 存储)
- awesome-flutter - Sqflite - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). (Plugins / Monetization)
- awesome-flutter - Sqflite - SQLite flutter plugin ` 📝 14 days ago ` (Storage [🔝](#readme))
- fucking-awesome-flutter - Sqflite - SQLite flutter plugin by 🌎 [Alexandre Roux](www.linkedin.com/in/alextekartik/). (Plugins / Storage)
- awesome-flutter - Sqflite - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). (Plugins / Storage)
README
# sqflite
[](https://pub.dev/packages/sqflite)
SQLite plugin for [Flutter](https://flutter.io).
Supports iOS, Android and MacOS.
* Support transactions and batches
* Automatic version management during open
* Helpers for insert/query/update/delete queries
* DB operation executed in a background thread on iOS and Android
* Linux/Windows/DartVM support using [sqflite_common_ffi](https://pub.dev/packages/sqflite_common_ffi)
## 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