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

Discord Medium LinkedIn Twitter

Top Flutter Database Adapters and Connectors packages

Last updated: April 2, 2024

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
Dart 3 compatible 👍 450
Maintenance Status: Good

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

postgres
Dart 3 compatible 👍 288
Maintenance Status: Good

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

redis
Dart 3 compatible 👍 123
Maintenance Status: Good

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

mysql_utils
Dart 3 compatible 👍 56
Maintenance Status: Good

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

postgresql2
Dart 3 compatible 👍 38
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
Dart 3 compatible 👍 28
Maintenance Status: Good

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

shorebird_redis_client
Dart 3 compatible 👍 7
Maintenance Status: Good

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

mysql1
Dart 3 compatible 👍 468
Maintenance Status: Average

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

mysql_client
Dart 3 compatible 👍 145
Maintenance Status: Average

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

database
Dart 3 compatible 👍 108
Maintenance Status: Average

A database API (work in progress).

fluent_query_builder
Dart 3 compatible 👍 49
Maintenance Status: Average

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

dbutils
Dart 3 compatible 👍 8
Maintenance Status: Average

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

easy_orm_postgres
Dart 3 compatible 👍 4
Maintenance Status: Average

A simple ORM for Dart & Postgresql

faunadb_http
Dart 3 compatible 👍 53
Maintenance Status: Poor

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

sql_conn
Dart 3 compatible 👍 46
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.

rethink_db_ns
Dart 3 compatible 👍 25
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
Dart 3 compatible 👍 20
Maintenance Status: Poor

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

couchbase_lite
👍 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
Maintenance Status: Poor

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

rethinkdb_dart
👍 29
Maintenance Status: Poor

Dart 2 driver for RethinkDB v2.3.

dartis
👍 26
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.