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

gtfsrdb
gtfsrdbPython

A tool to archive and maintain GTFS-realtime transit data in a relational database for real-time and historical analysis.

#database#database-tool#data-archiving
Stars42
Forks15
Last commit4 years ago
spectre.query
spectre.queryC#

A simple, safe query language library for Entity Framework Core that enables SQL-like filtering without direct SQL execution.

#entity-framework-core#database#query-language
Stars41
Forks4
Last commit7 years ago
react-native-pouchdb
react-native-pouchdbJavaScript

A hacky, mostly untested way to run PouchDB in React Native using the WebSQL adapter.

#pouchdb#database#document-database
Stars41
Forks3
Last commit10 years ago
sql
sqlClojure

A Clojure DSL for SQL query, DML, and DDL operations with comprehensive MySQL support.

#query-builder#functional-programming#database
Stars40
Forks7
Last commit6 years ago
null
nullGo

Nullable Go types that can be marshalled/unmarshalled to/from JSON, replacing sql.Null* types.

#unmarshal#nullint64#database
Stars40
Forks4
Last commit4 years ago
pocketbase-schema-generator
pocketbase-schema-generatorTypeScript

A PocketBase hook that automatically generates TypeScript interfaces and Zod schemas from your database collections.

#database#developer-tools#type-safety
Stars40
Forks2
Last commit
relay-mongodb-connection
relay-mongodb-connectionJavaScript

Create Relay-compatible GraphQL connections from MongoDB cursors, queries, and aggregates.

#database#relay#graphql
Stars40
Forks13
Last commit8 years ago
ecto_ordered
ecto_orderedElixir

Ecto extension for managing ordered list items with scoped positioning and virtual fields.

#database#elixir#scoped-queries
Stars40
Forks17
Last commit8 years ago
sakulstra:aggregate
sakulstra:aggregateJavaScript

A Meteor package that adds proper MongoDB aggregation support to Mongo.Collection instances.

#database#server-side#aggregation
Stars39
Forks11
Last commit4 years ago
database-gateway
database-gatewayGo

A secure web gateway for controlled SQL query execution on PostgreSQL databases with OIDC authentication and OPA policy enforcement.

#database-access#database#postgres
Stars39
Forks1
Last commit22 days ago
RxSimpleNoSQL
RxSimpleNoSQLJava

Reactive extensions for SimpleNoSQL, enabling entity manipulation with RxJava Observables and Completables.

#database#observables#android
Stars39
Forks2
Last commit8 years ago
SQLite4S
SQLite4SScala

A Scala Native wrapper for the SQLite C library, providing a thin API similar to Sqlite4java with lower overhead.

#database#jni-alternative#native-library
Stars39
Forks2
Last commit2 years ago
MongoModel
MongoModelRuby

A Ruby ORM for MongoDB with Rails 3 compatibility, providing ActiveRecord-like modeling and configuration.

#database#rails-3#data-modeling
Stars39
Forks5
Last commit6 years ago
QueryGPT
QueryGPTPython

A text-to-SQL tool that converts plain English questions into read-only SQL queries, automatically analyzes results with Python, and generates charts.

#fastapi#natural-language-to-sql#database
Stars38
Forks0
Last commit1 day ago
pb-query
pb-queryTypeScript

A TypeScript query builder for PocketBase providing type safety, autocompletion, and a chainable API.

#query-builder#database#developer-tools
Stars38
Forks1
Last commit1 month ago
gosql
gosqlGo

A Go query builder with utility functions for constructing SQL queries programmatically.

#query-builder#database#fluent-api
Stars37
Forks2
Last commit4 years ago
MongoDB Bundle
MongoDB BundlePHP

Symfony bundle that integrates the official MongoDB PHP driver library with dependency injection and profiling tools.

#database-driver#hacktoberfest#database
Stars37
Forks22
Last commit4 days ago
comeonin_ecto_password
comeonin_ecto_passwordElixir

An Ecto custom type for storing encrypted passwords using Comeonin's password hashing algorithms.

#database#elixir#authentication
Stars36
Forks10
Last commit1 year ago
prep
prepGo

A Go tool that automatically finds SQL statements in your code and instruments database connections with prepared statements.

#database-driver#database#performance-optimization
Stars36
Forks6
Last commit8 years ago
Vp.FSharp.Sql
Vp.FSharp.SqlF#

A generic F# wrapper for ADO.NET providers enabling consistent, strongly-typed database interactions.

#database#adonet#wrapper-library
Stars35
Forks3
Last commit1 year ago
FileMaker
FileMakerSwift

A standalone Swift wrapper for the FileMaker XML Web publishing interface, enabling programmatic access to FileMaker Server databases.

#database#perfect#swift-package-manager
Stars35
Forks9
Last commit7 years ago
Kitto
KittoPascal

A Delphi framework for creating data-driven web SPA applications with ExtJS, using YAML configuration files.

#spa#database#extjs
Stars35
Forks17
Last commit4 years ago
EtlBox.Classic
EtlBox.ClassicC#

A lightweight ETL library and data integration toolbox for .NET, enabling programmatic data flow pipelines.

#database#data-integration#csharp
Stars34
Forks14
Last commit1 day ago
Svarog
SvarogTypeScript

A CLI tool that generates Cloud Firestore security rule helpers for JSON Schema validation.

#database#firestore#cli-tool
Stars34
Forks3
Last commit3 years ago
go-fixtures
go-fixturesGo

Django-style YAML fixtures for Golang's database/sql library to load test data into databases.

#fixtures#database#yaml
Stars32
Forks11
Last commit6 years ago
pokemon-API
pokemon-APIJavaScript

A simple, self-hostable API endpoint that returns Pokemon data in JSON format with straightforward querying.

#random-retrives#hacktoberfest#json-api
Stars31
Forks3
Last commit6 months ago
ecto_shortuuid
ecto_shortuuidElixir

An Ecto type for encoding UUIDs to shorter, URL-friendly strings while maintaining binary compatibility.

#database#url-friendly#elixir
Stars31
Forks3
Last commit1 year ago
CakeDC/Enum plugin
CakeDC/Enum pluginPHP

A CakePHP plugin for managing enumeration lists with type-safe constants and database integration.

#form-helpers#enumeration#database
Stars30
Forks21
Last commit18 days ago
ada-ado
ada-adoAda

An Ada 2012 library providing database drivers and object-relational mapping for PostgreSQL, MySQL, SQLite, and SQLCipher.

#database-driver#database-access#orm
Stars30
Forks6
Last commit4 months ago
pglistend
pglistendJavaScript

A lightweight PostgreSQL LISTEN daemon using Node.js and systemd for handling NOTIFY events.

#event-driven#database#postgres
Stars30
Forks4
Last commit9 years ago
DB4O-GPL
DB4O-GPLJava

A non-intrusive object database for Java and .NET that stores complex objects with one line of code.

#xamarin#database#client-server
Stars30
Forks9
Last commit6 months ago
react-native-android-sqlite
react-native-android-sqliteJava

A React Native Android wrapper for SQLite databases, enabling local database access in Android apps.

#database#wrapper-library#android
Stars30
Forks7
Last commit10 years ago
yarak
yarakPHP

Laravel-inspired development tools for Phalcon PHP, providing database migrations, model factories, seeders, and custom commands.

#database-seeding#seeder#database
Stars29
Forks10
Last commit7 years ago
ecto_shortcuts
ecto_shortcutsElixir

A lightweight Elixir library that provides simplified shortcuts for common Ecto database operations.

#crud#orm#database
Stars28
Forks2
Last commit9 years ago
Redis
RedisSwift

A Swift client library for Redis, enabling Redis operations in Perfect server-side Swift applications.

#database-driver#database#redis
Stars28
Forks16
Last commit6 years ago
graval
gravalGo

An experimental Go framework for building custom FTP servers with pluggable storage backends.

#database#redis#experimental
Stars28
Forks8
Last commit5 years ago
PreviousPage 21 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
6 months ago
#Postgresql232
#Sql220
#Orm181
#Mysql169
#Sqlite140
#Go133
#Golang96
#Postgres72
#Mongodb71
#Nosql71
#Query Builder67
#Embedded Database66