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

tiedot
tiedotGo

A rudimentary embedded NoSQL document database written in Go that stores JSON documents and provides HTTP API access.

#database#data-storage#database-engine
Stars2.7k
Forks259
Last commit4 years ago
pgtune
pgtuneJavaScript

A web tool that generates optimized PostgreSQL configuration based on your hardware specifications.

#database#devops#hardware
Stars2.7k
Forks244
Last commit4 days ago
gocql
gocqlGo

A fast and robust Go client driver for Apache Cassandra, implementing the native CQL binary protocol.

#database-driver#database#client
Stars2.7k
Forks652
Last commit1 month ago
Beanie
BeaniePython

An asynchronous Python object-document mapper (ODM) for MongoDB, built on Pydantic.

#fastapi#orm#database
Stars2.7k
Forks300
Last commit5 days ago
sqlite_orm
sqlite_ormC++

A lightweight, header-only C++ ORM for SQLite with modern C++14/17/20 features and no raw string queries.

#crud#orm#database
Stars2.7k
Forks344
Last commit1 month ago
goqu
goquGo

An expressive SQL builder and query library for Go with support for multiple database dialects.

#query-builder#database#go-library
Stars2.7k
Forks224
Last commit2 years ago
Skytable
SkytableRust

A modern scalable NoSQL database with BlueQL, designed for performance, scalability and flexibility.

#database-driver#database#database-engine
Stars2.7k
Forks92
Last commit3 months ago
mongo-java-driver
mongo-java-driverJava

Official MongoDB drivers for Java, Kotlin, and Scala applications to connect and interact with MongoDB databases.

#database#java-library#kotlin-driver
Stars2.7k
Forks1.5k
Last commit3 days ago
driver-kotlin-coroutine
driver-kotlin-coroutineJava

Official MongoDB drivers for Java, Kotlin, and Scala applications to interact with MongoDB databases.

#database#java-library#kotlin-driver
Stars2.7k
Forks1.5k
Last commit3 days ago
MongoDB
MongoDB

A curated list of awesome MongoDB resources, libraries, tools, and applications.

#database#database-orm#developer-tools
Stars2.6k
Forks345
Last commit17 days ago
Antares SQL
Antares SQLVue

A modern, fast, and productivity-driven SQL client with a focus on user experience and cross-platform support.

#vue-js#productivity-tool#database
Stars2.6k
Forks165
Last commit9 months ago
Antares SQL
Antares SQLVue

A modern, fast, and productivity-driven SQL client with a focus on user experience and cross-platform support.

#vue-js#productivity-tool#database
Stars2.6k
Forks164
Last commit9 months ago
Spoolman
SpoolmanPython

A self-hosted web service to manage 3D printer filament spools and track usage with real-time integration.

#filament-management#database#service
Stars2.6k
Forks267
Last commit8 hours ago
sqlpp11
sqlpp11C++

A type-safe embedded domain specific language (EDSL) for SQL queries and results in C++.

#template-library#database#embedded-dsl
Stars2.6k
Forks360
Last commit3 months ago
Revisionable
RevisionablePHP

A Laravel package that automatically creates a revision history for any Eloquent model with minimal setup.

#eloquent#package#database
Stars2.6k
Forks342
Last commit5 months ago
pgbackweb
pgbackwebGo

A user-friendly web interface for managing automated PostgreSQL backups with scheduling, monitoring, and encryption.

#database-backup#database#restore
Stars2.6k
Forks144
Last commit8 months ago
SQLPage
SQLPageRust

Build data-centric web applications by writing SQL queries that automatically generate interactive user interfaces.

#database#crud-application#serverless
Stars2.5k
Forks175
Last commit6 hours ago
Pilosa
PilosaGo

A real-time distributed analytical database built entirely on bitmaps for low-latency queries on fresh data.

#real-time-database#stream-processing#bitmap
Stars2.5k
Forks239
Last commit2 years ago
SQLCheck
SQLCheckC++

Automatically detects SQL anti-patterns across logical design, physical design, queries, and application development to improve query performance.

#database#sql-optimization#oracle
Stars2.5k
Forks122
Last commit2 years 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 commit5 days ago
Laravel Translatable
Laravel TranslatablePHP

A Laravel Eloquent trait to store model translations as JSON without extra database tables.

#eloquent#database#translated-attributes
Stars2.5k
Forks296
Last commit29 days ago
psycopg
psycopgPython

New generation PostgreSQL database adapter for the Python programming language

#database#driver#python
Stars2.5k
Forks257
Last commit6 days ago
gormt
gormtGo

A tool that automatically generates Go structs and GORM-compatible code from MySQL, SQLite, and MSSQL databases.

#mssql#orm#database
Stars2.4k
Forks362
Last commit15 days ago
Discard
DiscardRuby

A simple ActiveRecord mixin for soft-deleting records by flagging them as discarded, without overriding ActiveRecord methods.

#orm#database#data-persistence
Stars2.4k
Forks94
Last commit1 month ago
EntityFramework-Plus
EntityFramework-PlusC#

Extends Entity Framework with performance-enhancing features like batch operations, caching, auditing, and query optimization.

#entity-framework-core#orm#database
Stars2.3k
Forks318
Last commit11 days ago
UnQLite
UnQLiteC

An embedded, serverless, transactional NoSQL database engine with key/value and JSON document store capabilities.

#c-library#database#storage
Stars2.3k
Forks181
Last commit2 months ago
Prisma
PrismaGo

An auto-generated, fully type-safe database client for Go that reduces boilerplate.

#database-access#query-builder#mssql
Stars2.3k
Forks105
Last commit1 year ago
lotusdb
lotusdbGo

Advanced Go key-value database combining LSM tree and B+ tree advantages for fast read/write with low amplification.

#kv-store#database#storage
Stars2.3k
Forks187
Last commit1 year ago
Baum
BaumPHP

A Laravel Eloquent implementation of the Nested Set pattern for efficient hierarchical data management.

#hierarchical-data#orm#database
Stars2.2k
Forks450
Last commit2 years ago
js-search
js-searchJavaScript

An efficient, client-side JavaScript search library for indexing and querying JSON objects with stemming, stop words, and TF-IDF ranking.

#search#json-search#database
Stars2.2k
Forks111
Last commit3 years ago
nhibernate-core
nhibernate-coreC#

A mature, open-source object-relational mapper for the .NET framework, enabling .NET applications to interact with databases using object-oriented paradigms.

#criteria-api#orm#database
Stars2.2k
Forks933
Last commit12 days ago
rust-rocksdb
rust-rocksdbRust

A Rust wrapper for Facebook's RocksDB embedded key-value storage engine.

#database#rocksdb#concurrent
Stars2.2k
Forks868
Last commit12 days ago
globalize
globalizeRuby

Rails I18n library for ActiveRecord model translations, enabling multilingual content storage in separate tables.

#database#rails#multilingual
Stars2.2k
Forks501
Last commit3 days ago
Azimutt
AzimuttElm

A full-stack database exploration tool for designing, exploring, documenting, and analyzing any database schema and data.

#couchbase#database#data-documentation
Stars2.2k
Forks139
Last commit1 month ago
counter_culture
counter_cultureRuby

A Rails gem providing advanced, flexible counter caches that update on value changes and support multi-level relations.

#orm#database#rails
Stars2.1k
Forks226
Last commit17 days ago
ROM
ROMRuby

A data mapping and persistence toolkit for Ruby that provides powerful object mapping without limiting database capabilities.

#adapter-pattern#orm#database
Stars2.1k
Forks170
Last commit6 months ago
PreviousPage 7 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