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

ClosureTable
ClosureTablePHP

A Laravel package implementing the Closure Table pattern with adjacency lists for efficient hierarchical data storage and querying.

#closure-table#eloquent#hierarchical-data
Stars463
Forks108
Last commit5 months ago
sqlingo
sqlingoGo

A lightweight SQL DSL and ORM for Go that generates code from your database and enables elegant SQL query writing.

#query-builder#orm#database
Stars456
Forks26
Last commit3 months ago
Fastapi-SQLA
Fastapi-SQLAPython

A production-ready SQLAlchemy extension for FastAPI with built-in pagination, async support, SQLModel integration, and pytest fixtures.

#fastapi#orm#database
Stars448
Forks18
Last commit1 day ago
Hanami::Model
Hanami::ModelRuby

A Ruby persistence framework for Hanami 1.x applications, using entities and repositories to separate domain logic from storage details.

#persistence-layer#hanami#orm
Stars447
Forks145
Last commit1 year ago
Typesaurus
TypesaurusTypeScript

TypeScript-first ODM for Firestore providing uncompromised type-safety and universal code for browser and Node.js.

#database#universal-code#developer-tools
Stars445
Forks41
Last commit2 years ago
UserDefaultsStore
UserDefaultsStoreSwift

A lightweight Swift library to store and retrieve Codable objects in UserDefaults with thread-safe operations.

#database#ios#codable
Stars441
Forks17
Last commit3 years ago
pg_chameleon
pg_chameleonPython

MySQL to PostgreSQL replica system

#database#postgres#mysql-replication
Stars438
Forks95
Last commit2 months ago
Edgy ORM
Edgy ORMPython

A Python ORM built on SQLAlchemy core with Pydantic integration for automatic validation and high performance.

#orm#database#asyncio
Stars438
Forks11
Last commit1 day ago
LERN
LERNPHP

A Laravel package that records exceptions to a database and sends notifications via multiple channels.

#database#devops#error-monitoring
Stars436
Forks38
Last commit4 years ago
hikari-cp
hikari-cpClojure

A Clojure wrapper for HikariCP, providing a production-ready JDBC connection pool with zero-overhead performance.

#database#production#clojure-library
Stars434
Forks50
Last commit1 month ago
Bitronix
BitronixJava

A simple, complete Java Transaction API (JTA) 1.1 implementation for XA transaction management.

#database#xa-transactions#jta
Stars431
Forks155
Last commit5 months ago
sql
sqlTypeScript

A SQL GUI extension for JupyterLab that enables point-and-click database exploration and query execution.

#jupyterlab-extension#database#sql-gui
Stars430
Forks51
Last commit3 years ago
Atlas.Orm
Atlas.OrmPHP

A data mapper implementation for persistence models in PHP, providing a clean separation between database records and domain objects.

#data-mapper#orm#database
Stars429
Forks21
Last commit5 years ago
jennifer.cr
jennifer.crCrystal

An ActiveRecord pattern ORM for Crystal with a flexible query DSL, validations, relationships, and migrations.

#orm#database#crystal-lang
Stars424
Forks57
Last commit1 year ago
Permazen
PermazenHTML

A language-natural persistence layer for Java that treats the database as a sorted key/value store and implements everything else in Java.

#persistence-layer#database#java-persistence
Stars424
Forks38
Last commit9 months ago
composable query builder
composable query builderCommon Lisp

An SQL generator for Common Lisp that provides a composable, Lisp-native syntax for building SQL queries.

#query-builder#orm#database
Stars423
Forks37
Last commit7 months ago
streamvbyte
streamvbyteC

A fast C library for integer compression using SIMD-accelerated StreamVByte codec.

#c-library#database#simd
Stars417
Forks50
Last commit1 month ago
dbq
dbqGo

A lightweight Go library that eliminates boilerplate code for MySQL and PostgreSQL database operations.

#query-builder#database#postgres
Stars416
Forks20
Last commit5 years ago
odbc
odbcC++

A DBI-compliant R package for connecting to ODBC databases, offering a fast and standardized interface to SQL Server, Oracle, Databricks, Snowflake, and more.

#database#nanodbc#r-package
Stars413
Forks117
Last commit1 day ago
FakeNewsCorpus
FakeNewsCorpus

A dataset of millions of news articles labeled by credibility type for training fake news detection algorithms.

#database#data-scraping#text-corpus
Stars412
Forks98
Last commit6 years ago
go-transaction-manager
go-transaction-managerGo

An abstraction layer for coordinating database transaction boundaries across multiple Go database drivers.

#orm#database#sqlx
Stars411
Forks22
Last commit14 days ago
warcdb
warcdbPython

WarcDB is an SQLite-based file format that makes web crawl data easier to share and query.

#data-querying#database#warc
Stars406
Forks10
Last commit2 years ago
SapphireDb
SapphireDbC#

A self-hosted, easy-to-use realtime database for Asp.Net Core and EF Core with automatic API generation.

#realtime#entity-framework-core#database
Stars406
Forks37
Last commit3 years ago
njord
njordRust

A versatile, feature-rich Rust ORM library for simplifying database interactions across multiple systems.

#mssql#orm#database
Stars406
Forks18
Last commit9 months ago
awesome-sqlite
awesome-sqlite

A curated collection of open-source SQLite tools, extensions, libraries, books, and resources for developers.

#sqlite-extensions#database#webassembly
Stars402
Forks51
Last commit19 days ago
pganalyze collector
pganalyze collectorGo

A Go-based daemon that collects PostgreSQL schema, statistics, and OS metrics for monitoring and graphing systems.

#database#helm#database-monitoring
Stars401
Forks84
Last commit1 day ago
Lucid
LucidRust

A high-performance, secure, and distributed key-value store with an HTTP API, built in Rust.

#database#high-performance#storage
Stars391
Forks31
Last commit3 months ago
OpenCRUD
OpenCRUD

A GraphQL CRUD API specification for databases, standardizing common data access patterns.

#crud#database#graphql
Stars390
Forks23
Last commit4 years ago
GeneWeb
GeneWebOCaml

GeneWeb is a free (as in free speech) genealogy software with a web interface created by Daniel de Rauglaudre.

#family-tree#database#graph
Stars386
Forks115
Last commit4 days ago
react-native-sqlite-2
react-native-sqlite-2TypeScript

A React Native SQLite plugin with WebSQL API for iOS, Android, Windows, and macOS, offering newer SQLite features on Android.

#pouchdb#database#ios
Stars385
Forks91
Last commit3 months ago
DB3 Network
DB3 NetworkRust

A lightweight, permanent JSON document database for decentralized applications, with periodic rollups to Arweave.

#database#document-database#decentralized-storage
Stars385
Forks44
Last commit2 years ago
WebTau
WebTauJava

A unified testing API, CLI, and framework for writing unit, integration, and end-to-end tests across REST-API, WebSocket, GraphQL, Browser, Database, and CLI.

#database#report#rest
Stars383
Forks42
Last commit3 months ago
sqldb-logger
sqldb-loggerGo

A Go SQL database driver logger that adds structured logging without modifying existing *sql.DB usage.

#database-driver#sql-logger#database
Stars382
Forks23
Last commit7 months ago
Wtx
WtxRust

A Rust toolkit providing from-scratch implementations of web transport protocols like HTTP/2, WebSocket, gRPC, and database clients.

#database#postgres#api
Stars377
Forks13
Last commit3 days ago
guardian_db
guardian_dbElixir

A Guardian extension that tracks JWT tokens in a database to enable immediate revocation and prevent replay attacks.

#database#elixir#authentication
Stars373
Forks87
Last commit11 months ago
Redis.app
Redis.appObjective-C

A macOS application that provides the easiest way to install and run Redis locally with a simple double-click.

#database#redis#gui-application
Stars363
Forks22
Last commit4 years ago
PreviousPage 14 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
#Postgresql232
#Sql220
#Orm181
#Mysql169
#Sqlite140
#Go133
#Golang96
#Postgres72
#Mongodb71
#Nosql71
#Query Builder67
#Embedded Database66