Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Database

Database

672 projects

Showing 36 of 672 projects

surrealdb.go
surrealdb.goGo

The official Go SDK for connecting to and interacting with SurrealDB, a cloud-native database.

#database-driver#backend-development#surreal
Stars310
Forks84
Last commit14 days ago
pg_insights
pg_insightsTSQL

A collection of convenient SQL scripts for monitoring PostgreSQL database health and performance.

#database#psql#postgres
Stars310
Forks19
Last commit6 years ago
granite
graniteCrystal

An ORM for Crystal with adapters for PostgreSQL, MySQL, and SQLite.

#orm#database#kemal
Stars307
Forks88
Last commit1 year ago
tsink
tsinkRust

A lightweight time-series database written in Rust, deployable as an embedded library, standalone server, or scalable cluster.

#database#observability#promql
Stars305
Forks10
Last commit1 month ago
numtel:pg
numtel:pgJavaScript

Enables reactive PostgreSQL SELECT queries in Meteor applications, providing live-updating result sets.

#database#live-queries#reactive-programming
Stars299
Forks16
Last commit10 years ago
Local Docker DB
Local Docker DBGo

A collection of Docker Compose files to quickly spin up local databases for development and testing.

#database#containerization#docker-volumes
Stars299
Forks37
Last commit2 years ago
ravendb
ravendbC#

A LINQ-enabled ACID NoSQL document database for .NET with multi-platform support.

#database#document-database#linq
Stars295
Forks2
Last commit1 day ago
phoenix-ecto-encryption-example
phoenix-ecto-encryption-exampleElixir

A step-by-step example of encrypting sensitive data in Elixir Phoenix apps using Ecto custom types before storing in a database.

#database#elixir#aes-256
Stars291
Forks21
Last commit6 days ago
gatewayd
gatewaydGo

A cloud-native database gateway and framework that proxies and extends database traffic with plugins for caching, security, and observability.

#database#plugin-system#proxy
Stars285
Forks23
Last commit10 days ago
sqrl
sqrlGo

A non-thread-safe, performance-optimized fluent SQL query builder for Go, forked from Squirrel.

#query-builder#database#fluent-interface
Stars284
Forks39
Last commit3 years ago
clear
clearCrystal

An advanced, expressive ORM built specifically for PostgreSQL in the Crystal programming language.

#orm#database#postgres
Stars283
Forks32
Last commit9 months ago
endatabas
endatabasCommon Lisp

A SQL document database with full history, enabling time-travel queries and immutable data.

#data-history#database#document-database
Stars279
Forks10
Last commit2 years ago
boss_db
boss_dbErlang

A sharded, caching, pooling, evented Object-Relational Mapper (ORM) for Erlang applications.

#event-driven#orm#database
Stars276
Forks138
Last commit2 years ago
Android-DDP
Android-DDPJava

A library implementing Meteor's Distributed Data Protocol (DDP) for building native Android apps with real-time backend connectivity.

#realtime#database#mobile-backend
Stars274
Forks51
Last commit8 years ago
Butterfly Server .NET
Butterfly Server .NETC#

A C# backend framework for building real-time single-page applications with RESTlike APIs, subscriptions, and reactive database support.

#realtime#event-driven#spa
Stars273
Forks29
Last commit3 years ago
PermenantRecords
PermenantRecordsRuby

A Rails plugin for soft-deleting ActiveRecord records by setting a deleted_at timestamp instead of permanent deletion.

#database#data-persistence#archiving
Stars273
Forks61
Last commit2 years ago
DroneDB
DroneDBC++

An open-source platform for storing, visualizing, and sharing geospatial data like orthophotos, point clouds, and 3D models.

#hacktoberfest#point-clouds#database
Stars273
Forks28
Last commit7 days ago
prisma-relay-cursor-connection
prisma-relay-cursor-connectionTypeScript

Extend Prisma's findMany method to support Relay Cursor Connections for GraphQL pagination.

#hacktoberfest#orm#database
Stars272
Forks19
Last commit2 days ago
pickledb-rs
pickledb-rsRust

A lightweight and simple key-value store written in Rust, inspired by Python's PickleDB.

#database#data-persistence#yaml
Stars270
Forks29
Last commit1 year ago
Nora
NoraSwift

A Firebase abstraction layer for FirebaseDatabase and FirebaseStorage that simplifies working with Firebase in Swift apps.

#database#mobile-backend#open-source
Stars269
Forks26
Last commit8 years ago
SqlHydra
SqlHydraF#

SqlHydra is a type-safe SQL generation and code generation suite for F# that creates strongly-typed queries from your database schema.

#typeprovider#query-builder#orm
Stars265
Forks30
Last commit2 days ago
deno_mysql
deno_mysqlTypeScript

A MySQL and MariaDB database driver for Deno, enabling secure and efficient database interactions in Deno applications.

#orm#database#deno-mysql
Stars264
Forks64
Last commit1 year ago
trilogy
trilogyTypeScript

A TypeScript SQLite wrapper with native C++ and pure JavaScript driver support, featuring automatic type casting and a simple API.

#database#promise-based#model
Stars262
Forks25
Last commit4 years ago
firebirdsql
firebirdsqlGo

A pure Go SQL driver for connecting to Firebird relational databases.

#database#orm-integration#sql-driver
Stars262
Forks74
Last commit2 days ago
CrossDB
CrossDBC

An ultra high-performance lightweight embedded and server OLTP relational database management system written in C.

#database#in-memory#high-performance
Stars257
Forks20
Last commit11 months ago
PyODDS
PyODDSPython

An end-to-end Python outlier detection system with database support, automated machine learning, and unified APIs for statistical, ML, and deep learning models.

#statistical-analysis#database#python-library
Stars255
Forks39
Last commit3 years ago
TypeQL Rust
TypeQL RustRust

A conceptual, declarative query language for TypeDB that enables polymorphic queries and intuitive data modeling.

#reasoning#database#strongly-typed
Stars252
Forks54
Last commit20 days ago
rustorm
rustormRust

An SQL-centered ORM for Rust focused on ease of use and type-safe database interactions.

#derive-macros#orm#database
Stars249
Forks23
Last commit5 years ago
elastic
elasticR

R client for the Elasticsearch HTTP API, enabling data indexing, search, and analysis from R.

#data-indexing#database#r-package
Stars245
Forks59
Last commit6 months ago
Kafka
KafkaScala

A collection of connectors enabling Apache HBase integration with Kafka, Spark, and other data processing systems.

#database#kafka-connector#data-integration
Stars244
Forks179
Last commit24 days ago
ferry
ferryRuby

A Ruby command-line gem for Rails data migration, export/import, and manipulation across multiple formats and databases.

#database#rails#yaml
Stars244
Forks14
Last commit6 years ago
arbor
arborElixir

Ecto adjacency list and tree traversal library for Elixir using CTEs and a parent_id field.

#sql-cte#hierarchical-data#orm
Stars243
Forks26
Last commit3 years ago
OHMySQL
OHMySQLC

A Swift framework for connecting to MySQL databases and executing CRUD operations with minimal SQL knowledge.

#object-mapping#database-driver#database
Stars238
Forks41
Last commit8 months ago
cl-dbi
cl-dbiCommon Lisp

A database-independent interface for Common Lisp, providing a uniform API for SQLite, PostgreSQL, and MySQL.

#database#connection-pooling#database-abstraction
Stars230
Forks30
Last commit3 months ago
kerosene
keroseneElixir

A pagination library for Ecto and Phoenix applications, supporting HTML and JSON output with customizable themes.

#json-api#database#elixir
Stars229
Forks40
Last commit2 years ago
athenacli
athenacliPython

A command-line interface for AWS Athena with auto-completion and syntax highlighting.

#dbcli#autocompletion#database
Stars228
Forks36
Last commit1 month ago
PreviousPage 15 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
#Postgresql199
#Sql184
#Mysql147
#Orm147
#Sqlite121
#Go108
#Golang73
#Postgres60
#Rust60
#Mongodb59
#Nosql59
#Embedded Database59