Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Database

Database

287 projects

Showing 36 of 297 projects

Backup
BackupRuby

A RubyGem utility for modeling and performing full-stack backup operations on UNIX-like systems.

#modular-architecture#database#unix-like
Stars4.9k
Forks668
Last commit1 year ago
dataset
datasetPython

A Python library for easy database interaction with automatic table creation, bulk loading, and transaction support.

#database#transaction-management#python
Stars4.9k
Forks299
Last commit12 days ago
TrailBase
TrailBaseRust

An open, sub-millisecond, single-executable Firebase alternative with type-safe APIs, built-in WebAssembly runtime, realtime subscriptions, auth, and admin UI.

#database#firebase-alternative#authentication
Stars4.8k
Forks143
Last commit
buntdb
buntdbGo

An embeddable, in-memory key/value database for Go with custom indexing and geospatial support.

#b-tree#database#in-memory
Stars4.8k
Forks301
Last commit1 year ago
Liam ERD
Liam ERDTypeScript

Automatically generates beautiful and interactive ER diagrams from your database schema.

#orm#database#developer-tools
Stars4.8k
Forks207
Last commit2 days ago
/create-pull-request
/create-pull-requestTypeScript

Automatically generates beautiful and interactive ER diagrams from your database schema.

#orm#database#developer-tools
Stars4.8k
Forks207
Last commit2 days ago
bun
bunGo

A lightweight, SQL-first Golang ORM supporting PostgreSQL, MySQL, MSSQL, SQLite, and Oracle with type safety and flexible scanning.

#database-driver#mssql#orm
Stars4.8k
Forks274
Last commit16 days ago
Sqlectron
SqlectronTypeScript

A simple, lightweight desktop SQL client with cross-database and cross-platform support.

#desktop-application#database#open-source
Stars4.7k
Forks532
Last commit4 months ago
Clidey WhoDB
Clidey WhoDBGo

A lightweight, fast, and beautiful database management tool with AI-powered chat interface for PostgreSQL, MySQL, SQLite, MongoDB, Redis, and more.

#database#explorer#react-frontend
Stars4.7k
Forks190
Last commit12 hours ago
prest
prestGo

A production-ready RESTful API server that instantly exposes your PostgreSQL database as a realtime, high-performance API.

#realtime#database#rest
Stars4.5k
Forks301
Last commit1 month ago
redka
redkaGo

Redis-compatible key-value store with SQLite/PostgreSQL backend, offering ACID transactions and SQL views.

#database#postgres#redis
Stars4.5k
Forks131
Last commit2 months ago
Redb
RedbRust

An embedded key-value database in pure Rust with ACID transactions and high performance.

#database#no-sql#storage-engine
Stars4.4k
Forks208
Last commit2 days ago
Crunchy Operator
Crunchy OperatorGo

A Kubernetes operator for declarative management of production PostgreSQL clusters with high availability, disaster recovery, and monitoring.

#kubernetes-operator#database#container-orchestration
Stars4.4k
Forks667
Last commit
FreeSql
FreeSqlC#

A powerful, high-performance .NET ORM supporting AOT, multiple databases, and advanced features like CodeFirst/DbFirst.

#orm#database#high-performance
Stars4.4k
Forks904
Last commit1 day ago
MiniOB
MiniOBC++

A compact, educational database designed to help beginners understand core database implementation principles.

#mini-database#database#education
Stars4.3k
Forks1.6k
Last commit4 months ago
Kvrocks
KvrocksC++

A distributed key-value NoSQL database compatible with Redis protocol, using RocksDB for storage to reduce memory costs and increase capacity.

#namespace#database#data-storage
Stars4.3k
Forks625
Last commit3 days ago
autobase
autobaseTypeScript

An open-source automated database platform for deploying and managing production-ready, highly available PostgreSQL clusters.

#database#autobase#patroni
Stars4.1k
Forks584
Last commit2 days ago
HelixDB
HelixDBRust

An open-source graph-vector database built in Rust that unifies application data, vectors, and graphs for AI applications.

#ai#database#helix
Stars4.1k
Forks214
Last commit2 days ago
LevelUP
LevelUPJavaScript

A Node.js wrapper for abstract-leveldown compliant key-value stores, providing fast and simple storage.

#database#abstract-leveldown#storage
Stars4.1k
Forks265
Last commit1 year ago
USearch
USearchC++

A fast, single-file similarity search and clustering engine for vectors and arbitrary objects with multi-language bindings.

#search#multi-language#database
Stars4.1k
Forks311
Last commit5 days ago
Eloquent Sluggable
Eloquent SluggablePHP

Automatically generate URL-friendly slugs for Eloquent models in Laravel.

#eloquent#composer#database
Stars4.0k
Forks450
Last commit1 month ago
CozoDB
CozoDBRust

A transactional, relational-graph-vector database that uses Datalog for query, designed as the hippocampus for AI.

#database#graph#time-travel
Stars4.0k
Forks144
Last commit1 year ago
RavenDB
RavenDBC#

A fully ACID NoSQL document database with extreme performance and developer-friendly experience.

#iot#database#document-database
Stars3.9k
Forks859
Last commit2 days ago
Mongoid
MongoidRuby

The official Ruby object-document mapper (ODM) for MongoDB, providing ActiveRecord-like abstractions.

#orm#database#data-persistence
Stars3.9k
Forks1.4k
Last commit4 days ago
VueFire
VueFireTypeScript

Firebase bindings for Vue.js that simplify real-time data synchronization and state management.

#realtime#real-time-database#database
Stars3.9k
Forks341
Last commit9 days ago
adminMongo
adminMongoJavaScript

A web-based GUI for managing MongoDB connections, databases, collections, and documents with a responsive interface.

#admin-tool#database#mongodb-gui
Stars3.9k
Forks800
Last commit1 year ago
Kuzu
KuzuC++

Embedded property graph database optimized for speed with built-in vector search, full-text search, and Cypher query language.

#database#graph#embedded
Stars3.9k
Forks463
Last commit6 months ago
Ancestry
AncestryRuby

A Ruby gem for organizing ActiveRecord models into efficient tree structures using the materialized path pattern.

#hierarchical-data#orm#database
Stars3.9k
Forks471
Last commit12 days ago
pony
ponyPython

An advanced Python ORM that writes database queries using Python generator expressions and lambdas.

#query-builder#orm#database
Stars3.8k
Forks256
Last commit9 months ago
gorp
gorpGo

A Go library for relational persistence that maps structs to database tables with minimal boilerplate.

#crud#orm#database
Stars3.8k
Forks376
Last commit1 year ago
pgbackrest
pgbackrestC

A reliable, scalable backup and restore solution for PostgreSQL databases with parallel processing, encryption, and cloud storage support.

#database-backup#database#restore
Stars3.7k
Forks265
Last commit10 days ago
Npgsql
NpgsqlC#

The open-source .NET data provider for PostgreSQL, enabling high-performance database connectivity and operations.

#database-driver#entity-framework-core#orm
Stars3.7k
Forks877
Last commit2 days ago
npgsql
npgsqlC#

The open-source .NET data provider for PostgreSQL, enabling high-performance database connectivity and operations.

#database-driver#entity-framework-core#orm
Stars3.7k
Forks877
Last commit2 days ago
upper.io/db
upper.io/dbGo

A productive data access layer for Go with ORM-like features, supporting PostgreSQL, MySQL, SQLite, MongoDB, and more.

#orm#database#database-adapter
Stars3.7k
Forks239
Last commit4 months ago
jet
jetGo

A type-safe SQL builder and code generator for Go that automatically maps query results to complex Go structures.

#database#typesafe#postgres
Stars3.7k
Forks184
Last commit4 days ago
Tarantool
TarantoolLua

An in-memory computing platform combining a high-performance database and Lua application server for scalable web components.

#tarantool#database#msgpack
Stars3.6k
Forks404
Last commit2 days ago
PreviousPage 5 of 9Next

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
7 hours ago
17 days ago
#Postgresql104
#Sql91
#Mysql78
#Sqlite65
#Orm62
#Go52
#Postgres37
#Mongodb31
#Rust30
#Self Hosted29
#Golang28
#Distributed Database27