inoerp / sqflite

SQLite flutter plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

SQLite flutter plugin

License:BSD 2-Clause "Simplified" License


Languages

Language:Dart 79.4%Language:Objective-C 10.8%Language:Java 9.4%Language:Ruby 0.2%Language:HTML 0.1%Language:CSS 0.1%Language:Shell 0.0%