Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 475 Bytes

File metadata and controls

14 lines (10 loc) · 475 Bytes

sqflite

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