Top Flutter Persistent SQL Database packages 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
4838
Flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine.
floor
898
The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications. This library is the runtime dependency.
sqfentity
275
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.
orm
198
◭ Next-generation ORM for Dart & Flutter | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB.
sqflite_sqlcipher
137
Flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine. (SqlCipher support)
drift_db_viewer
73
A package to view your drift database in your own app with filtering and without the need of exporting your db file.
psqlite
68
PSQLite is a wrapper to work with SQLite databases in a simpler, more intuitive and scalable way for any Flutter project.
sqflite_common
67
Dart wrapper on SQLite, a self-contained, high-reliability, embedded, SQL database engine.
sqlbrite
49
RxDart Reactive stream sqflite(sqlite) for Flutter - Sqlbrite for flutter - A lightweight wrapper around sqflite which introduces reactive stream semantics to SQL operations.
powersync
47
PowerSync Flutter SDK - keep PostgreSQL databases in sync with on-device SQLite databases.
idb_sqflite
43
IndexedDB API on top of sqflite for Flutter (Desktop and Mobile) and DartVM io applications
quds_db
33
A sqflite expansion package that simplifies creating databases and tables, crud operations, queries with modelization
wazeloquent
26
WazEloquent is a flutter package in which you can interact with in-app “sqlite” database in the style of Laravel Eloquent.