Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Database Driver

Database Driver

271 projects

Showing 36 of 271 projects

Motor
MotorPython

A deprecated async Python driver for MongoDB, built for asyncio and Tornado applications.

#database-driver#asyncio#async-python
Stars2.5k
Forks217
Last commit4 days ago
rbatis
rbatisRust

A high-performance Rust ORM framework with compile-time dynamic SQL compilation for zero-runtime-overhead database operations.

#database-driver#mssql#orm
Stars2.5k
Forks171
Last commit4 days ago
Ruby Mysql2 gem
Ruby Mysql2 gemRuby

A modern, simple, and very fast MySQL client library for Ruby that binds to libmysql.

#database-driver#libmysql#prepared-statements
Stars2.3k
Forks559
Last commit18 days ago
Djongo
DjongoPython

A Django database connector that enables using MongoDB as a backend without modifying the Django ORM.

#database-driver#sql-to-mongodb#embedded-models
Stars1.9k
Forks355
Last commit6 days ago
go-mssqldb
go-mssqldbGo

A pure Go driver for Microsoft SQL Server, implementing Go's database/sql interface.

#database-driver#azure-sql#tds-protocol
Stars1.9k
Forks523
Last commit1 year ago
Npgsql.EntityFrameworkCore.PostgreSQL
Npgsql.EntityFrameworkCore.PostgreSQLC#

Entity Framework Core provider for PostgreSQL, enabling .NET developers to interact with PostgreSQL databases using LINQ.

#database-driver#entity-framework-core#orm
Stars1.8k
Forks261
Last commit
skunk
skunkScala

A purely functional, type-safe data access library for Scala applications using PostgreSQL.

#database-driver#functional-programming#database
Stars1.7k
Forks176
Last commit7 days ago
r2d2
r2d2Rust

A generic, database-agnostic connection pool implementation for Rust applications.

#database-driver#database#connection-pool
Stars1.7k
Forks87
Last commit1 year ago
gorethink
gorethinkGo

A Go driver for RethinkDB providing a native interface to query and manage the NoSQL database.

#reql#database-driver#query-builder
Stars1.6k
Forks178
Last commit9 months ago
MongoDB PHP Library
MongoDB PHP LibraryPHP

The official high-level MongoDB abstraction library for PHP, providing a full-featured API for database operations.

#database-driver#php-library#nosql
Stars1.6k
Forks263
Last commit2 days ago
mongodb-rust-driver
mongodb-rust-driverRust

The official MongoDB driver for Rust, providing async and sync APIs to interact with MongoDB deployments.

#database-driver#web-framework-integration#async-rust
Stars1.5k
Forks200
Last commit3 days ago
MySqlConnector
MySqlConnectorC#

A high-performance, fully managed ADO.NET data provider for MySQL and MariaDB, compatible with modern .NET.

#database-driver#hacktoberfest#orm-integration
Stars1.5k
Forks353
Last commit7 days ago
mongo-ruby-driver
mongo-ruby-driverRuby

The official Ruby driver for MongoDB, providing a native interface to connect, query, and manage MongoDB databases from Ruby applications.

#database-driver#jruby#orm
Stars1.4k
Forks532
Last commit1 day ago
DataStax Java Driver
DataStax Java DriverJava

A modern, feature-rich Java client library for Apache Cassandra, DataStax Enterprise, and DataStax Astra databases.

#database-driver#high-performance#java-client
Stars1.4k
Forks891
Last commit16 days ago
qmgo
qmgoGo

A Go driver for MongoDB that provides an easier, mgo-like API while being built on the official MongoDB Go driver.

#database-driver#orm#database
Stars1.4k
Forks151
Last commit1 month ago
libpqxx
libpqxxC++

The official C++ client API for PostgreSQL, providing a modern interface to interact with PostgreSQL databases.

#database-driver#cplusplus-20#cplusplus-23
Stars1.3k
Forks292
Last commit6 days ago
DataStax Node.js Driver
DataStax Node.js DriverJavaScript

A modern, feature-rich Node.js client library for Apache Cassandra, DSE, HCD, and Astra DB using Cassandra's binary protocol.

#database-driver#database#object-mapper
Stars1.3k
Forks206
Last commit7 days ago
postgrex
postgrexElixir

A PostgreSQL driver for Elixir that uses the binary protocol for efficient data encoding and decoding.

#database-driver#binary-protocol#elixir
Stars1.2k
Forks307
Last commit2 days ago
redix
redixElixir

A fast, pipelined, and resilient Redis and Valkey client for Elixir with automatic reconnections and Pub/Sub support.

#database-driver#resilient-connections#elixir
Stars1.1k
Forks125
Last commit18 days ago
mongo-cxx-driver
mongo-cxx-driverC++

Official C++ driver for MongoDB, enabling C++ applications to connect, query, and manage MongoDB databases.

#database-driver#database#bson
Stars1.1k
Forks552
Last commit1 day ago
neomodel
neomodelPython

An Object Graph Mapper (OGM) for the Neo4j graph database, providing a familiar class-based modeling interface with full transaction support.

#schema-enforcement#database-driver#python-library
Stars1.1k
Forks243
Last commit8 days ago
go-sqlite3
go-sqlite3Go

A cgo-free SQLite wrapper for Go that uses WebAssembly compilation to provide database/sql compatibility and direct SQLite API access.

#database-driver#cgo-free#webassembly
Stars1.1k
Forks30
Last commit1 day ago
neo4j-python-driver
neo4j-python-driverPython

Neo4j Bolt driver for Python

#database-driver#binary-protocol#driver
Stars1.0k
Forks214
Last commit3 days ago
activerecord-sqlserver-adapter
activerecord-sqlserver-adapterRuby

A Rails adapter enabling ActiveRecord to connect to and interact with Microsoft SQL Server databases.

#database-driver#hacktoberfest#orm
Stars980
Forks555
Last commit20 days ago
MongoDB
MongoDBPHP

The official PHP extension for connecting to MongoDB databases, providing core driver functionality.

#database-driver#bson-serialization#nosql
Stars922
Forks218
Last commit2 days ago
node-neo4j
node-neo4jCoffeeScript

A retired Node.js client library for Neo4j graph database using its REST API.

#database-driver#retired-project#rest-api
Stars921
Forks133
Last commit7 years ago
Laravel OCI8
Laravel OCI8PHP

Oracle Database driver for Laravel using the OCI8 PHP extension.

#database-driver#hacktoberfest#laravel
Stars872
Forks249
Last commit2 days ago
pg
pgC

A PostgreSQL client library for Ruby providing a native interface with advanced type casting and modern Ruby concurrency support.

#database-driver#orm#database
Stars869
Forks193
Last commit24 days ago
ReactiveMongo
ReactiveMongoScala

A fully non-blocking, asynchronous MongoDB driver for Scala built on reactive streams.

#database-driver#functional-programming#database
Stars856
Forks227
Last commit3 days ago
SQLite3
SQLite3Ruby

Ruby bindings for the SQLite3 embedded database, enabling Ruby programs to interact with SQLite databases.

#database-driver#thread-safety#ruby-gem
Stars843
Forks216
Last commit3 days ago
RethinkDB Dash
RethinkDB DashJavaScript

An advanced Node.js driver for RethinkDB featuring a built-in connection pool, stream support, and enhanced error handling.

#database-driver#connection-pool#promises
Stars842
Forks107
Last commit4 years ago
Trilogy
TrilogyC

A lightweight, high-performance C client library for MySQL-compatible databases, designed for easy embedding.

#database-driver#c-library#high-performance
Stars784
Forks91
Last commit1 day ago
kmongo
kmongoKotlin

A Kotlin toolkit for MongoDB providing native extensions, object mapping, and type-safe queries.

#object-mapping#database-driver#mongo
Stars768
Forks76
Last commit1 day ago
gohbase
gohbaseGo

A pure Go client library for interacting with HBase databases, supporting HBase >= 1.0.

#database-driver#go-library#data-access
Stars759
Forks224
Last commit4 days ago
clojure.java.jdbc
clojure.java.jdbcClojure

A low-level Clojure wrapper for JDBC-based database access, now superseded by next.jdbc.

#database-driver#database#clojure-library
Stars732
Forks134
Last commit6 months ago
MySQL Connector/C++
MySQL Connector/C++C++

Official C++ interface for connecting applications to MySQL Server, supporting both SQL and X DevAPI.

#x-devapi#database-driver#cpp-library
Stars706
Forks254
Last commit28 days ago
PreviousPage 2 of 8

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
1 day ago
Next
#Nosql73
#Sql54
#Database52
#Go41
#Mongodb40
#Postgresql39
#Database Connectivity37
#Golang31
#Mysql31
#Redis Client30
#Connection Pooling30
#Orm28