Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Database

Database

672 projects

Showing 36 of 672 projects

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
Stars667
Forks112
Last commit3 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
Forks183
Last commit
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
Stars662
Forks41
Last commit1 day ago
SQLite
SQLiteSwift

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

#database#capacitor-plugin#data-encryption
Stars656
Forks153
Last commit15 days ago
cubdb
cubdbElixir

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

#b-tree#database#data-persistence
Stars650
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
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
Stars642
Forks85
Last commit8 months 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
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
Stars632
Forks35
Last commit2 years ago
Documentation Generator
Documentation GeneratorTypeScript

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

#hacktoberfest#orm#database
Stars626
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 commit11 days 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 commit4 months 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 commit5 months 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
Stars615
Forks36
Last commit21 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
Forks185
Last commit2 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 commit28 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 commit4 months ago
Lada Cache
Lada CachePHP

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

#eloquent#database#caching
Stars592
Forks71
Last commit15 days ago
pgxmock
pgxmockGo

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

#pgx#database#postgres
Stars586
Forks69
Last commit4 days 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 commit8 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
Stars576
Forks62
Last commit5 days ago
sqlite.lua
sqlite.luaLua

SQLite LuaJIT binding with a simple, opinionated API for storing, retrieving, caching, and persisting SQLite databases.

#database#data-persistence#luajit
Stars575
Forks34
Last commit1 year ago
Toucan
ToucanClojure

A high-level Clojure library for defining application models and retrieving them from a database with ORM-like conveniences.

#toucan#orm#database
Stars574
Forks48
Last commit2 years ago
Eloquence
EloquencePHP

A Laravel package extending Eloquent with camel-cased attributes, count/sum caching, sluggable models, and readonly protection.

#eloquent#orm#database
Stars574
Forks56
Last commit10 months ago
ecto_enum
ecto_enumElixir

An Ecto extension for defining and using enumerations (enums) in Elixir schemas, supporting integer, string, and PostgreSQL enum types.

#database#elixir#custom-enum
Stars570
Forks126
Last commit2 years ago
ground:db
ground:dbJavaScript

A thin caching layer providing offline database support for Meteor applications using local storage.

#database#websql#offline-first
Stars570
Forks77
Last commit1 month ago
MongoDB.Entities
MongoDB.EntitiesC#

A lightweight .NET data access library for MongoDB with LINQ support and built-in entity relationship management.

#orm#database#net5
Stars569
Forks72
Last commit24 days ago
react-native-store
react-native-storeJavaScript

A simple database built on React Native AsyncStorage for local data persistence.

#database#data-persistence#offline-data
Stars567
Forks74
Last commit8 years ago
datanymizer
datanymizerRust

A powerful, Rust-based database anonymizer that generates native SQL dumps with flexible transformation rules.

#sql-dump#hacktoberfest#database
Stars566
Forks30
Last commit3 months ago
Aura.Sql
Aura.SqlPHP

A PHP library extending PDO with lazy connections, array quoting, fetch helpers, and a profiler.

#query-builder#database#aura
Stars564
Forks103
Last commit5 months ago
Mongo Seeding
Mongo SeedingTypeScript

A flexible toolkit for populating MongoDB databases using JSON, JavaScript, or TypeScript files via a library, CLI, or Docker.

#db-seed#database-seeding#database
Stars562
Forks46
Last commit1 year ago
scrivener
scrivenerElixir

A pagination library for the Elixir ecosystem, primarily used to paginate Ecto queries.

#database#api-pagination#elixir
Stars558
Forks64
Last commit5 years ago
dom.d
dom.dD

A long-standing collection of standalone modules for the OpenD programming language, covering GUI, networking, databases, and more.

#d#database#opend-language
Stars553
Forks129
Last commit2 days ago
arsd
arsdD

A long-standing collection of standalone modules for the OpenD programming language, covering GUI, networking, databases, and more.

#d#d-language#database
Stars553
Forks129
Last commit2 days ago
postgresDBSamples
postgresDBSamplesPLpgSQL

A collection of sample databases for PostgreSQL including AdventureWorks, Chinook, Pagila, and other realistic datasets.

#database#database-schema#database-examples
Stars553
Forks221
Last commit2 years ago
PreviousPage 12 of 19Next

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
#Postgresql199
#Sql184
#Mysql147
#Orm147
#Sqlite121
#Go108
#Golang73
#Postgres60
#Rust60
#Mongodb59
#Nosql59
#Embedded Database59