Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Database

Database

851 projects

Showing 36 of 851 projects

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
TPT
TPTPLSQL

A collection of SQL*Plus scripts for Oracle Database performance optimization and troubleshooting.

#oracle-performance#database#oracle
Stars729
Forks335
Last commit1 month ago
PostgreSQL Browser
PostgreSQL BrowserTypeScript

A client-side PostgreSQL playground that runs entirely in the browser using WebAssembly, with no server required.

#database#webassembly#pglite
Stars726
Forks38
Last commit1 year ago
hiberlite
hiberliteC++

A C++ object-relational mapping library for SQLite with a Boost.Serialization-inspired API and lazy loading.

#orm#database#data-modeling
Stars725
Forks120
Last commit3 years ago
HStreamDB
HStreamDBHaskell

An open-source, cloud-native streaming database designed for real-time data processing and IoT applications.

#stream-processing#iot#haskell
Stars721
Forks54
Last commit1 year ago
native_db
native_dbRust

A drop-in embedded database for Rust with type safety, automatic migration, and real-time subscriptions.

#real-time-updates#kv-store#orm
Stars708
Forks39
Last commit4 days ago
MicroOrm.Dapper.Repositories
MicroOrm.Dapper.RepositoriesC#

A lightweight library that generates CRUD SQL queries for Dapper based on C# POCO class metadata.

#crud#database#sql-generator
Stars704
Forks206
Last commit1 day ago
rust-mysql-simple
rust-mysql-simpleRust

A pure Rust MySQL client library with connection pooling, prepared statements, and TLS support.

#database-driver#database#driver
Stars693
Forks150
Last commit4 months ago
Dommel
DommelC#

A lightweight extension for Dapper that simplifies CRUD operations by generating SQL queries from POCO entities.

#query-builder#crud#orm
Stars689
Forks107
Last commit1 month ago
Cosette
CosetteLean

An automated solver for proving the equivalence of SQL queries using formal verification.

#database#coq#sql-solver
Stars688
Forks57
Last commit1 year ago
signaldb
signaldbTypeScript

A reactive, local-first JavaScript database with signal-based reactivity and real-time sync for modern web apps.

#database#javascript-database#offline-first
Stars671
Forks42
Last commit1 day ago
ozzo-dbx
ozzo-dbxGo

A Go package that enhances database/sql with powerful data retrieval methods and DB-agnostic query building.

#database-driver#query-builder#crud
Stars670
Forks111
Last commit12 days ago
Rein
ReinRuby

A Ruby gem that adds database constraint methods to ActiveRecord migrations for PostgreSQL data integrity.

#database#postgres#rails
Stars669
Forks31
Last commit5 years ago
DataStax C# Driver
DataStax C# DriverC#

A modern, feature-rich C# client library for Apache Cassandra and DataStax Enterprise using Cassandra's binary protocol.

#database-driver#database#client
Stars668
Forks254
Last commit3 months ago
redux-storage
redux-storageJavaScript

A persistence layer for Redux with flexible storage backends and decorators.

#database#redux-middleware#storage
Stars668
Forks49
Last commit9 years ago
sqlhooks
sqlhooksGo

A Go library that attaches hooks to any database/sql driver for query instrumentation without code changes.

#tracing#query-instrumentation#database
Stars667
Forks47
Last commit2 years ago
monitor-table-change-with-sqltabledependency
monitor-table-change-with-sqltabledependencyC#

A C# component that provides SQL Server record change notifications, delivering updated values without polling.

#event-driven#data-audit#database
Stars665
Forks182
Last commit
SQLite
SQLiteSwift

A Capacitor plugin for native and Electron SQLite databases with optional encryption.

#database#capacitor-plugin#data-encryption
Stars655
Forks154
Last commit2 months ago
cubdb
cubdbElixir

An embedded key-value database for Elixir, designed for robustness and minimal resource usage.

#b-tree#database#data-persistence
Stars651
Forks33
Last commit1 year ago
Upsert
UpsertRuby

A Ruby library for fast, database-agnostic upsert operations on MySQL, PostgreSQL, and SQLite3 without ActiveRecord dependencies.

#upsert#jruby#database
Stars646
Forks77
Last commit5 years ago
Scalar DB
Scalar DBJava

A universal HTAP engine providing ACID transactions and real-time analytics across diverse databases.

#database#java-library#htap-engine
Stars640
Forks44
Last commit1 day ago
Ragtime
RagtimeClojure

A Clojure library for database-independent data migrations, providing a common interface like Ring does for web applications.

#database#schema-migration#protocol-design
Stars639
Forks85
Last commit10 months ago
UStore
UStoreC++

A modular multi-modal transactional database for AI and semantic search, replacing MongoDB, Neo4J, and Elastic with a single ACID solution.

#networkx#semantic-search#database
Stars636
Forks36
Last commit2 years ago
Documentation Generator
Documentation GeneratorTypeScript

A Prisma generator that automatically creates documentation reference from your Prisma schema.

#hacktoberfest#orm#database
Stars627
Forks31
Last commit2 years ago
SQLProvider
SQLProviderF#

A general F# SQL database type provider supporting LINQ queries, schema exploration, CRUD operations, and multiple database vendors.

#typeprovider#database-access#type-provider
Stars625
Forks149
Last commit15 days ago
ObjectBox
ObjectBoxSwift

A superfast on-device vector database for Swift, enabling local persistence and vector search for iOS and macOS apps.

#local#database#ios
Stars619
Forks36
Last commit2 months ago
pg-osc
pg-oscRuby

A CLI tool for performing zero-downtime schema changes and backfills in PostgreSQL using a shadow table approach.

#hacktoberfest#online-schema-change#database
Stars616
Forks29
Last commit1 month ago
JSQCoreDataKit
JSQCoreDataKitSwift

A Swift library that simplifies Core Data stack setup and brings functional paradigms to Core Data.

#functional-programming#database#ios
Stars615
Forks66
Last commit12 days ago
TinyTDS
TinyTDSRuby

A Ruby library providing simple and fast FreeTDS bindings for connecting to Microsoft SQL Server databases.

#database-driver#azure-sql#database
Stars614
Forks184
Last commit3 months ago
scan
scanGo

A lightweight Go library for scanning SQL rows directly into structs, slices, and primitive types.

#scanning#database#database-sql
Stars613
Forks33
Last commit15 days ago
paper_trail
paper_trailElixir

Track and record all changes in your Elixir/Ecto database, allowing you to revert to any point in history.

#database#elixir#open-source
Stars600
Forks95
Last commit6 months ago
pgxmock
pgxmockGo

A mock driver for pgx (PostgreSQL driver for Go) to test database interactions without a real database connection.

#pgx#database#postgres
Stars592
Forks68
Last commit7 days ago
Lada Cache
Lada CachePHP

A Redis-based, fully automated and scalable database query cache layer for Laravel.

#eloquent#database#caching
Stars591
Forks71
Last commit2 months ago
sqlalchemy-stubs
sqlalchemy-stubsPython

Mypy plugin and type stubs for SQLAlchemy to enable precise static type checking in Python.

#stubs#orm#database
Stars585
Forks97
Last commit2 years ago
quinedb
quinedbShell

A Bash script that functions as both a key-value store and a quine—printing its own source code with embedded data.

#self-contained-database#database#file-based-storage
Stars581
Forks18
Last commit9 years ago
DBreeze
DBreezeC#

A multi-paradigm embedded NoSQL database for .NET with ACID transactions, text search, and vector similarity search capabilities.

#search#database#transaction
Stars577
Forks62
Last commit13 days ago
PreviousPage 12 of 24Next

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
2 years ago
#Postgresql232
#Sql220
#Orm181
#Mysql169
#Sqlite140
#Go133
#Golang96
#Postgres72
#Mongodb71
#Nosql71
#Query Builder67
#Embedded Database66