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

Discord Medium LinkedIn Twitter

Top Flutter Database Adapters and Connectors packages

Last updated: January 26, 2025

Apart from embedded and popular cloud databases, Dart and Flutter users also have access to Database Adapter or Connector packages that can help connect to other popular databases such as MongoDB, MySQL, Postgres, CouchDB, etc. You can check out the full list below.


mongo_dart
👍 484   ⬇️ 7.9K
Dart 3 compatible
Maintenance Status: Good

MongoDB driver, implemented in pure Dart. All CRUD operations, aggregation pipeline and more!

mysql1
👍 484   ⬇️ 6.3K
Dart 3 compatible
Maintenance Status: Poor

A library for connecting to and querying MySQL & MariaDB databases.

postgres
👍 347   ⬇️ 35.9K
Dart 3 compatible
Maintenance Status: Good

PostgreSQL database driver. Supports statement reuse and binary protocol and connection pooling.

mysql_client
👍 177   ⬇️ 2.8K
Dart 3 compatible
Maintenance Status: Poor

Native MySQL client written in Dart. Tested with MySQL Percona Server (5.7, 8), MariaDB (10). Supports TLS.

redis
👍 132   ⬇️ 28.7K
Dart 3 compatible
Maintenance Status: Average

Redis database client, with both simplicity and performance as primary goals.

database
👍 108   ⬇️ 100
Dart 3 compatible
Maintenance Status: Average

A database API (work in progress).

mysql_utils
👍 59   ⬇️ 392
Dart 3 compatible
Maintenance Status: Good

This is mysql_client helper library. This makes mysql easier to use and simple.

faunadb_http
👍 54   ⬇️ 60
Dart 3 compatible
Maintenance Status: Poor

A pure Dart implementation of a FaunaDB client and provides query classes that closely mimic FQL functions.

sql_conn
👍 51   ⬇️ 159
Dart 3 compatible
Maintenance Status: Poor

Plugin for connecting Flutter Android application to SQL Server. Easily read data from SQL Database. Perform CURD as well as many other operation on database using this plugin.

fluent_query_builder
👍 50   ⬇️ 143
Dart 3 compatible
Maintenance Status: Poor

A dart library that allows you to execute SQL queries in the PostgreSQL database in a fluent way, is very easy to execute.

postgresql2
👍 43   ⬇️ 452
Dart 3 compatible
Maintenance Status: Good

A fork of Greg's PostgreSQL driver (xxgreg/postgresql) using conserved substitution respecting strings and @@ operators. Also optimizing the pool implementation aggressivly.

surrealdb
👍 36   ⬇️ 61
Dart 3 compatible
Maintenance Status: Good

SurrealDB client written in pure dart. Auto reconnect, Typed functions

cqrs
👍 24   ⬇️ 1.8K
Dart 3 compatible
Maintenance Status: Average

A library for convenient communication with CQRS-compatible backends, using queries and commands.

rethink_db_ns
👍 25   ⬇️ 123
Dart 3 compatible
Maintenance Status: Poor

This is an unofficial driver for using RethinkDB in Dart and Flutter supporting Null Safety, this driver is based on a fork https://github.com/marceloneppel/rethinkdb

sqflite_migration
👍 22   ⬇️ 1.2K
Dart 3 compatible
Maintenance Status: Poor

A library to enable sqlite db migrations, using sqflite plugin.

connect_to_sql_server_directly
👍 22   ⬇️ 80
Dart 3 compatible
Maintenance Status: Poor

A flutter plugin to connect to a sql server database directly.

dart_odbc
👍 22   ⬇️ 0
Dart 3 compatible
Maintenance Status: Good

A Dart package for interacting with ODBC databases. It allows you to connect to ODBC data sources and execute SQL queries directly from your Dart applications.

drift_postgres
👍 19   ⬇️ 2K
Dart 3 compatible
Maintenance Status: Good

Postgres implementation and APIs for the drift database package.

galileo_mysql
👍 18   ⬇️ 150
Dart 3 compatible
Maintenance Status: Poor

A library for connecting to and querying MySQL & MariaDB databases.

shorebird_redis_client
👍 12   ⬇️ 378
Dart 3 compatible
Maintenance Status: Average

A lightweight Dart client library for communicating with a Redis server. Built by Shorebird.

dbutils
👍 8   ⬇️ 175
Dart 3 compatible
Maintenance Status: Good

Database utilities class library for SQLite and any number of other DBMS implemented in the future.

easy_orm_postgres
👍 4   ⬇️ 56
Dart 3 compatible
Maintenance Status: Poor

A simple ORM for Dart & Postgresql

couchbase_lite
👍 46   ⬇️ 47

Maintenance Status: Poor

Flutter plugin for Couchbase Lite Community Edition, an embedded lightweight, noSQL database with live synchronization and offline support on Android and iOS.

dart_mssql
👍 31   ⬇️ 44

Maintenance Status: Poor

High Performance Microsoft SQL Server Driver for Dart (32 & 64bits)

rethinkdb_dart
👍 29   ⬇️ 2

Maintenance Status: Poor

Dart 2 driver for RethinkDB v2.3.

dartis
👍 26   ⬇️ 657

Maintenance Status: Poor

Redis client featuring type-safe commands, pipelining, fire and forget, publish/subscribe, monitor mode, inline commands, transactions, Lua scripting, modules, and much more.