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

Eloquence
EloquencePHP

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

#eloquent#orm#database
Stars575
Forks56
Last commit1 month 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
Stars573
Forks48
Last commit2 years 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
Stars570
Forks72
Last commit4 days ago
datanymizer
datanymizerRust

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

#sql-dump#hacktoberfest#database
Stars570
Forks30
Last commit4 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
Stars569
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
Stars569
Forks77
Last commit1 month 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
Aura.Sql
Aura.SqlPHP

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

#query-builder#database#aura
Stars565
Forks103
Last commit6 months 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
Stars563
Forks130
Last commit26 days 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
Stars563
Forks130
Last commit26 days 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
TidesDB
TidesDBC

A high-performance, embeddable LSM-tree storage engine library in C with ACID transactions, tiered storage, and cross-platform portability.

#c-library#database#lsm-tree
Stars555
Forks48
Last commit4 days ago
postgresDBSamples
postgresDBSamplesPLpgSQL

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

#database#database-schema#database-examples
Stars551
Forks223
Last commit2 years ago
darkbird
darkbirdRust

A document-oriented in-memory database optimized for fast real-time data searches, inspired by Erlang Mnesia.

#database#document-oriented#full-text-search
Stars548
Forks13
Last commit2 years ago
Python (Sync)
Python (Sync)Python

A Python client SDK for interacting with PocketBase backends, providing a pythonic interface for authentication, collections, and file uploads.

#python-sdk#backend-integration#database
Stars543
Forks63
Last commit2 months ago
DapperQueryBuilder
DapperQueryBuilderC#

A Dapper wrapper that uses string interpolation and a fluent API to safely build dynamic SQL queries with automatic parameterization.

#querybuilder#orm#database
Stars540
Forks50
Last commit2 years ago
EchoVault
EchoVaultGo

A highly configurable, distributed, in-memory data store and cache implemented in Go, usable as a library or standalone service.

#database#distributed#raft-consensus
Stars537
Forks47
Last commit1 year ago
Unrealm
UnrealmSwift

A Realm extension that enables storing Swift native types (structs, classes, enums) directly in Realm databases.

#mobile-database#database#ios
Stars533
Forks73
Last commit1 year ago
Unrealm
UnrealmSwift

Unrealm enables storing Swift native types (structs, classes, enums) in Realm databases without inheriting from Object.

#database#ios#structs
Stars533
Forks73
Last commit1 year ago
seaography
seaographyRust

A GraphQL framework for Rust that automatically generates a fully-typed GraphQL API from SeaORM entities.

#hacktoberfest#orm#database
Stars526
Forks58
Last commit1 month ago
Dapper.FastCRUD
Dapper.FastCRUDC#

A fast, type-safe .NET ORM built on Dapper that provides clean, maintainable SQL with C# 6/VB 14 language features.

#orm#database#dapper
Stars519
Forks130
Last commit2 years ago
deno_mongo
deno_mongoTypeScript

A native MongoDB database driver for Deno and Deno Deploy, supporting basic operations and GridFS.

#database-driver#database#driver
Stars512
Forks89
Last commit1 year ago
deno_mongo
deno_mongoTypeScript

A native MongoDB driver for Deno and Deno Deploy, enabling database operations in Deno applications.

#database-driver#orm#database
Stars512
Forks89
Last commit1 year ago
Kangaroo
KangarooTSQL

An AI-powered SQL client and database admin tool for multiple databases, focusing on comfort, fun, and developer friendliness.

#visual-sql-builder#database#redis
Stars512
Forks37
Last commit25 days ago
triplex
triplexElixir

A simple and effective Elixir library for building multitenant applications using Ecto and database schemas.

#database#elixir#ecto
Stars505
Forks59
Last commit2 years ago
Database Design
Database DesignGo

A practical guide and decision reference for designing robust database schemas, focusing on PostgreSQL and MySQL for startups.

#backend-development#database#design
Stars500
Forks46
Last commit11 months ago
sqlvet
sqlvetGo

A static analysis tool for Go that validates raw SQL queries to catch syntax errors and prevent SQL injections.

#database#linter#security
Stars499
Forks29
Last commit21 days ago
ZoneTree
ZoneTreeC#

A persistent, high-performance, transactional, and ACID-compliant ordered key-value database for .NET, supporting both in-memory and disk storage.

#database#high-performance#embeddable-database
Stars496
Forks38
Last commit9 days ago
OpenRecord
OpenRecordJavaScript

An ActiveRecord-inspired ORM for Node.js supporting SQLite3, MySQL, Postgres, Oracle, REST, and LDAP.

#orm#database#rest
Stars486
Forks38
Last commit5 years ago
sedona-db
sedona-dbRust

A high-performance single-node analytical database engine built for geospatial data with vector and raster support.

#hacktoberfest#database#raster-data
Stars479
Forks58
Last commit2 days ago
JsonFlatFileDataStore
JsonFlatFileDataStoreC#

A lightweight .NET library for storing and querying data in JSON flat files with support for typed and dynamic data.

#datastore#database#data-persistence
Stars479
Forks68
Last commit1 day ago
Piccolo Admin
Piccolo AdminPython

A powerful, modern admin interface and CMS for Python, built on Piccolo ORM with Vue.js frontend.

#fastapi#admin-interface#vue-js
Stars470
Forks48
Last commit1 month ago
activerecord-typedstore
activerecord-typedstoreRuby

Adds type definitions, validations, and default values to ActiveRecord::Store for structured JSON/HStore columns in Rails.

#database#rails-gem#type-safety
Stars470
Forks57
Last commit2 years ago
Hiqlite
HiqliteRust

An embeddable, highly-available SQLite database with Raft-based replication, automatic failover, and integrated caching.

#database#raft-consensus#high-availability
Stars465
Forks26
Last commit18 days ago
PreviousPage 13 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