Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1017 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 1017 Bytes

sqflite

pub package Build Status codecov

SQLite plugin for Flutter. 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

Documentation