# flutter_sqflite **Repository Path**: openharmony-sig/flutter_sqflite ## Basic Information - **Project Name**: flutter_sqflite - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: https://gitee.com/openharmony-sig/flutter_sqflite - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 21 - **Created**: 2023-09-05 - **Last Updated**: 2025-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🚨 **重要提示 | IMPORTANT** > > **⚠️ 此代码仓已归档。新地址请访问 [flutter_sqflite](https://gitcode.com/openharmony-sig/flutter_sqflite)。| ⚠️ This repository has been archived. For the new address, please visit [flutter_sqflite](https://gitcode.com/openharmony-sig/flutter_sqflite).** > --- > # sqflite [![pub package](https://img.shields.io/pub/v/sqflite.svg)](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