β–²

Flutter Gems is a curated list of 5600+ useful Dart & Flutter packages that are categorized based on functionality.

Discord Medium LinkedIn Twitter

Top Flutter Persistent SQL Database packages

Last updated: April 2, 2024

Embedded databases are those data stores that come prepackaged with devices (like smartphones) to persist data on the device for future use.

SQLite is an embedded SQL database that comes pre-packaged in smartphones and can be used to store data in a structured format. This data can be added, modified or deleted using the SQL programming language. In Flutter, there are other databases like drift that are built on top of SQLite that provide additional features.

The complete list of Dart and Flutter packages that provide you with utilities to create and update an embedded persistent SQL Database for your Flutter app is provided below.


sqflite
Dart 3 compatible πŸ‘ 4.59K
Maintenance Status: Good

Flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine.

drift
Dart 3 compatible πŸ‘ 1.44K
Maintenance Status: Good

Drift is a reactive library to store relational data in Dart and Flutter applications.

floor
Dart 3 compatible πŸ‘ 842
Maintenance Status: Good

The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications. This library is the runtime dependency.

sqlite3
Dart 3 compatible πŸ‘ 288
Maintenance Status: Good

Provides lightweight yet convenient bindings to SQLite by using dart:ffi

sqfentity Card Image
sqfentity
Dart 3 compatible πŸ‘ 265
Maintenance Status: Good

SqfEntity ORM for Flutter/Dart lets you build and execute SQL commands easily and quickly with the help of fluent methods similar to .Net Entity Framework.

sqflite_common_ffi
Dart 3 compatible πŸ‘ 241
Maintenance Status: Good

sqflite ffi based implementation, for desktop and units tests.

orm
Dart 3 compatible πŸ‘ 175
Maintenance Status: Good

Next-generation ORM for Dart & Flutter | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB.

sqflite_sqlcipher
Dart 3 compatible πŸ‘ 134
Maintenance Status: Good

Flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine. (SqlCipher support)

sqlite3_flutter_libs
Dart 3 compatible πŸ‘ 106
Maintenance Status: Good

Flutter plugin to include native sqlite3 libraries with your app

psqlite
Dart 3 compatible πŸ‘ 68
Maintenance Status: Good

PSQLite is a wrapper to work with SQLite databases in a simpler, more intuitive and scalable way for any Flutter project.

sqflite_common
Dart 3 compatible πŸ‘ 65
Maintenance Status: Good

Dart wrapper on SQLite, a self-contained, high-reliability, embedded, SQL database engine.

sqlbrite
Dart 3 compatible πŸ‘ 46
Maintenance Status: Good

RxDart Reactive stream sqflite(sqlite) for Flutter - Sqlbrite for flutter - A lightweight wrapper around sqflite which introduces reactive stream semantics to SQL operations.

idb_sqflite
Dart 3 compatible πŸ‘ 42
Maintenance Status: Good

IndexedDB API on top of sqflite for Flutter (Desktop and Mobile) and DartVM io applications

powersync
Dart 3 compatible πŸ‘ 38
Maintenance Status: Good

PowerSync Flutter SDK - keep PostgreSQL databases in sync with on-device SQLite databases.

quds_db
Dart 3 compatible πŸ‘ 33
Maintenance Status: Good

A sqflite expansion package that simplifies creating databases and tables, crud operations, queries with modelization

sqlparser
Dart 3 compatible πŸ‘ 27
Maintenance Status: Good

Parses sqlite statements and performs static analysis on them

sqlcipher_flutter_libs
Dart 3 compatible πŸ‘ 22
Maintenance Status: Good

Flutter plugin to include native SQLCipher libraries in your app

sqfentity_gen
Dart 3 compatible πŸ‘ 19
Maintenance Status: Good

SqfnEntity Model Generator. SQLite ORM for Flutter lets you build and execute SQL commands easily and quickly with the help of fluent methods similar to .Net Entity Framework.

brick_sqlite
Dart 3 compatible πŸ‘ 4
Maintenance Status: Good

SQLite connector for Brick, a data persistence library for Flutter

drift_db_viewer Card Image
drift_db_viewer
Dart 3 compatible πŸ‘ 58
Maintenance Status: Average

A package to view your drift database in your own app with filtering and without the need of exporting your db file.

wazeloquent
Dart 3 compatible πŸ‘ 22
Maintenance Status: Average

WazEloquent is a flutter package in which you can interact with in-app β€œsqlite” database in the style of Laravel Eloquent.

sqlite_viewer
Dart 3 compatible πŸ‘ 37
Maintenance Status: Poor

A Flutter package provides a widget to display the contents of SQLite.

sqlcool
πŸ‘ 42
Maintenance Status: Poor

Easy and reactive Sqlite. Stream of changes, select bloc, custom database models