Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Database

Database

677 projects

Showing 36 of 677 projects

sea-schema
sea-schemaRust

A Rust library for SQL schema definition and discovery across MySQL, PostgreSQL, and SQLite databases.

#hacktoberfest#database#orm-tooling
Stars226
Forks60
Last commit11 days ago
StorageKit
StorageKitSwift

A Swift framework that simplifies iOS/macOS data persistence by providing a unified interface for Core Data and Realm.

#mobile-database#database#ios
Stars226
Forks10
Last commit8 years ago
Firestore Lite
Firestore LiteJavaScript

A lightweight alternative to the official Firebase Firestore SDK for the browser, optimized for bundle size and performance.

#alternative-sdk#database#cloudflare-workers
Stars223
Forks14
Last commit2 years ago
go-mongox
go-mongoxGo

A Go MongoDB library extending the official driver with generics, type-safe collections, BSON builders, hooks, and plugin support.

#database-driver#hooks#orm
Stars220
Forks13
Last commit1 month ago
Actionbase
ActionbaseKotlin

A specialized database for social interactions (likes, views, follows) that precomputes data at write time for real-time, high-scale reads.

#database#spring-webflux#hbase
Stars218
Forks15
Last commit3 days ago
Omero
OmeroJava

Open-source software and data format standards for storing and manipulating biological light microscopy data.

#image-analysis#database#data-standards
Stars217
Forks104
Last commit22 days ago
atlas
atlasElixir

An Object Relational Mapper for Elixir with a Postgres adapter, validations, and a composable query builder.

#query-builder#orm#database
Stars216
Forks18
Last commit10 years ago
DATAStack
DATAStackSwift

A 100% Swift, boilerplate-free Core Data stack that simplifies persistent storage management for iOS/macOS apps.

#boilerplate-free#database#ios
Stars213
Forks46
Last commit5 years ago
ArangoDB
ArangoDBJava

The official Java driver for connecting to and interacting with ArangoDB multi-model databases.

#database-driver#database#document-database
Stars208
Forks96
Last commit28 days ago
piladb
piladbGo

A lightweight RESTful database engine built on stack data structures with JSON support and HTTP API.

#database#database-engine#stack
Stars205
Forks23
Last commit6 months ago
sq
sqGo

A code-generated, type-safe SQL query builder and struct mapper for Go that eliminates magic strings and boilerplate.

#query-builder#data-mapper#database
Stars201
Forks11
Last commit3 years ago
filtrex
filtrexElixir

An Elixir library for building and validating complex database query filters from client parameters, with Ecto integration.

#parsing#query-builder#database-filters
Stars201
Forks28
Last commit2 months ago
Kehom's Godot Addon Pack
Kehom's Godot Addon PackGDScript

A collection of pure GDScript addons for Godot, including networking, UI, debugging, and database tools.

#multiplayer#debugging-tools#database
Stars201
Forks14
Last commit1 year ago
libradb
libradbGo

A simple, persistent key/value store written in pure Go for learning database internals.

#b-tree#database#educational
Stars201
Forks26
Last commit2 years ago
FastAPI Lazy
FastAPI LazyPython

A FastAPI utilities library providing class-based views, JWT helpers, multi-database support, and common authentication tools.

#fastapi#class-based-views#database
Stars200
Forks11
Last commit5 days ago
Donald
DonaldF#

A lightweight, generic F# database abstraction for safer and more succinct ADO.NET interactions.

#functional-programming#database#ado
Stars194
Forks20
Last commit1 year ago
NReco.Data
NReco.DataC#

A fast, DB-independent data access layer for .NET Core with abstract queries, SQL command builder, and POCO mapping.

#poco-mapping#orm#database
Stars194
Forks39
Last commit11 months ago
bqb
bqbGo

A lightweight Go query builder for SQLite, PostgreSQL, MySQL, and others with simple syntax and automatic parameter handling.

#query-builder#database#parameterized-queries
Stars193
Forks12
Last commit1 year ago
Slimdump
SlimdumpPHP

A configurable MySQL database dumping tool for creating partial dumps, masking sensitive data, and handling large datasets.

#sensitive-data-protection#database#database-dump
Stars189
Forks28
Last commit2 months ago
GeoDesk
GeoDeskJava

A fast, storage-efficient geospatial database engine for OpenStreetMap data with an intuitive Java API.

#database#data-storage#java-library
Stars188
Forks6
Last commit8 months ago
sqlf
sqlfGo

A fast, memory-efficient SQL query builder for Go that helps construct SQL statements dynamically with safe placeholder conversion and struct binding.

#dynamic-queries#database#struct-binding
Stars187
Forks18
Last commit1 year ago
buildsqlx
buildsqlxGo

A Go query builder library for PostgreSQL with a fluent API and comprehensive SQL feature support.

#query-builder#database#schema-migration
Stars185
Forks17
Last commit2 years ago
sqlgen
sqlgenC++

A modern, type-safe ORM and SQL query generator for C++20, inspired by SQLAlchemy and Diesel.

#orm#database#type-safety
Stars182
Forks19
Last commit3 months ago
ecto_dev_logger
ecto_dev_loggerElixir

An Ecto query logger that inlines bindings into SQL for easy copy-paste debugging and highlights database time.

#database#elixir#telemetry
Stars181
Forks18
Last commit8 months ago
QuillSQL
QuillSQLRust

An educational relational database (RDBMS) written in Rust, designed for teaching database systems concepts inspired by CMU 15-445.

#b-tree-index#write-ahead-log#ai
Stars181
Forks18
Last commit2 days ago
go-sql
go-sqlGo

A Go ORM and SQL builder library with functional options style, read/write separation, and clean syntax.

#orm#database#sqlx
Stars178
Forks21
Last commit4 years ago
pgrwl
pgrwlGo

A cloud-native PostgreSQL WAL receiver for zero-data-loss streaming, compression, encryption, and remote archiving.

#database-backup#database#recovery
Stars175
Forks9
Last commit5 days ago
IoTSharp.EntityFrameworkCore.Taos
IoTSharp.EntityFrameworkCore.TaosC#

An ADO.NET provider for TDengine supporting native, WebSocket, and RESTful protocols with Schemaless and Stmt features.

#database-driver#entity-framework-core#iot
Stars172
Forks29
Last commit
inquisitor
inquisitorElixir

A composable query builder for Ecto that enables flexible and secure filtering in Elixir applications.

#query-builder#database#elixir
Stars169
Forks13
Last commit6 years ago
JustPersist
JustPersistSwift

A persistence abstraction layer for iOS that simplifies Core Data usage and enables easy migration between persistence frameworks.

#cocoa-touch#persistence-layer#database
Stars164
Forks10
Last commit2 years ago
timex_ecto
timex_ectoElixir

An adapter for using Timex DateTimes with Ecto, providing custom date/time types for Elixir applications.

#database#elixir#datetime
Stars163
Forks68
Last commit4 years ago
orm
ormGo

A lightweight, fast, customizable, and type-safe object-relational mapper for Go, leveraging generics and reflection.

#query-builder#orm#database
Stars162
Forks6
Last commit7 months ago
crystal-sqlite3
crystal-sqlite3Crystal

SQLite3 database driver for the Crystal programming language, providing native bindings and full database API support.

#database-driver#database#driver
Stars161
Forks28
Last commit1 month ago
grimoire
grimoireGo

A Go database access layer with a flexible query API, built-in validation, and multi-adapter support.

#query-builder#orm#database
Stars161
Forks16
Last commit4 years ago
pouchdb-adapter-react-native-sqlite
pouchdb-adapter-react-native-sqliteTypeScript

A PouchDB adapter that uses op-sqlite as its backing store for React Native applications, offering improved performance over AsyncStorage.

#pouchdb#mobile-database#database
Stars161
Forks33
Last commit
Haeinsa
HaeinsaJava

A linearly scalable multi-row, multi-table transaction library for HBase with serializable isolation.

#transaction-library#database#concurrency-control
Stars160
Forks41
Last commit9 years ago
PreviousPage 16 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
1 month ago
16 hours ago
#Postgresql202
#Sql185
#Mysql150
#Orm149
#Sqlite122
#Go108
#Golang73
#Postgres62
#Rust60
#Mongodb59
#Nosql59
#Embedded Database59