Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Sql

Sql

442 projects

Showing 36 of 442 projects

Schema, Questions & Solutions for SQL Exercising
Schema, Questions & Solutions for SQL Exercising

A collection of practical SQL exercises with real-world schemas, questions, and solutions for hands-on learning.

#educational#hands-on-learning#sql-practice
Stars1.5k
Forks601
Last commit2 years ago
SQLE
SQLEGo

A SQL quality management platform supporting multiple databases, covering pre-control, post-supervision, and standard release for full lifecycle governance.

#change-management#devops#audit
Stars1.5k
Forks214
Last commit1 day ago
reform
reformGo

A better ORM for Go, based on non-empty interfaces and code generation via go generate.

#hacktoberfest#mssql#orm
Stars1.5k
Forks74
Last commit7 months ago
ERAlchemy
ERAlchemyPython

Generate Entity Relation Diagrams from databases, SQLAlchemy models, or markdown files.

#python-tool#database#orm-integration
Stars1.4k
Forks132
Last commit2 months ago
Fluent
FluentSwift

Vapor ORM for building database models, queries, and relations with support for both SQL and NoSQL databases.

#vapor-service#query-builder#orm
Stars1.4k
Forks176
Last commit7 days ago
zapatos
zapatosTypeScript

A zero-abstraction Postgres library for TypeScript that provides type safety without being an ORM.

#orm#database#postgres
Stars1.4k
Forks48
Last commit10 months ago
pg_timetable
pg_timetableGo

A standalone, database-driven job scheduler for PostgreSQL with advanced features like task chains, YAML configuration, and built-in operations.

#task-automation#database#cron-alternative
Stars1.4k
Forks73
Last commit1 day ago
Database
Database

A curated list of amazingly awesome database libraries, resources, and shiny things.

#database#awesome-list#nosql
Stars1.4k
Forks179
Last commit2 years ago
awesome-db
awesome-db

A curated list of amazingly awesome database libraries, resources, and tools across multiple programming languages.

#developer-tools#document-database#database-resources
Stars1.4k
Forks179
Last commit2 years ago
Skeema
SkeemaGo

Declarative pure-SQL schema management tool for MySQL and MariaDB using CREATE statements.

#declarative#declarative-sql#devops
Stars1.4k
Forks105
Last commit1 day ago
Yessql
YessqlC#

A .NET document database interface that works over any relational database, providing document storage with SQL power.

#orm#document-database#dapper
Stars1.4k
Forks196
Last commit4 days ago
libpqxx
libpqxxC++

The official C++ client API for PostgreSQL, providing a modern interface to interact with PostgreSQL databases.

#database-driver#cplusplus-20#cplusplus-23
Stars1.3k
Forks292
Last commit6 days ago
sqls
sqlsGo

A Go-based language server implementing the Language Server Protocol for SQL, providing intelligent editing features across multiple RDBMS.

#database-development#language-server#editor-integration
Stars1.3k
Forks87
Last commit9 days ago
Slashbase
SlashbaseTypeScript

An open-source database IDE for MySQL, PostgreSQL, and MongoDB with a modern interface, query saving, charts, and AI-powered SQL generation.

#query-builder#database#postgres
Stars1.3k
Forks75
Last commit2 years ago
BigQuery Utils
BigQuery UtilsJupyter Notebook

A collection of utilities, scripts, UDFs, and dashboards for BigQuery migration, optimization, and data warehouse operations.

#google-cloud-platform#performance-optimization#data-migration
Stars1.3k
Forks334
Last commit
ArkFlow
ArkFlowRust

A high-performance Rust stream processing engine with integrated AI capabilities for real-time data processing and intelligent analysis.

#stream-processing#event-driven#ai-integration
Stars1.3k
Forks46
Last commit9 days ago
ObjectiveSql
ObjectiveSqlJava

A Java ORM framework using ActiveRecord pattern that enables writing SQL expressions with Java syntax for rapid development.

#database-access#orm#rapid-development
Stars1.3k
Forks158
Last commit2 years ago
Apache Cloudberry
Apache CloudberryC

An advanced open-source MPP database for data warehousing, large-scale analytics, and AI/ML workloads.

#ai#greenplum#database
Stars1.2k
Forks223
Last commit1 day ago
testfixtures
testfixturesGo

A Go library for loading YAML fixtures into a real test database, inspired by Ruby on Rails.

#fixtures#database#yaml
Stars1.2k
Forks91
Last commit14 days ago
AthenaX
AthenaXJava

SQL-based streaming analytics platform that scales to process hundreds of billions of real-time events daily.

#apache-flink#event-processing#flink
Stars1.2k
Forks281
Last commit6 years ago
elasticsql
elasticsqlGo

A Go library that converts SQL queries to Elasticsearch DSL for easier query construction.

#search#data-querying#elastic
Stars1.2k
Forks199
Last commit3 years ago
gormigrate
gormigrateGo

A minimalistic migration helper for Gorm ORM, adding schema versioning and rollback support.

#orm#database#schema-migrations
Stars1.2k
Forks101
Last commit1 month ago
SmartSql
SmartSqlC#

A high-performance .NET data access layer inspired by MyBatis, offering XML-managed SQL, caching, read/write splitting, and dynamic repositories.

#orm#database#high-performance
Stars1.1k
Forks229
Last commit1 day ago
WorkflowEngine.NET
WorkflowEngine.NETC#

A .NET workflow engine component that adds customizable workflow capabilities to applications, supporting SQL/NoSQL databases and runtime process scheme generation.

#mssql#process-automation#business-process-management
Stars987
Forks262
Last commit
activerecord-sqlserver-adapter
activerecord-sqlserver-adapterRuby

A Rails adapter enabling ActiveRecord to connect to and interact with Microsoft SQL Server databases.

#database-driver#hacktoberfest#orm
Stars980
Forks555
Last commit20 days ago
Oracle Database Sample Schemas
Oracle Database Sample SchemasPLSQL

Official sample database schemas for Oracle Database, providing realistic data models for learning and demonstration.

#database#educational-resources#database-training
Stars940
Forks624
Last commit
Advanced SQL Puzzles
Advanced SQL PuzzlesTSQL

A collection of challenging SQL puzzles and solutions written in Microsoft SQL Server T-SQL for skill development.

#database-training#sql-server#sql-puzzles
Stars911
Forks136
Last commit3 days ago
Evolve
EvolveC#

A cross-platform database migration tool for .NET and .NET Core projects using plain SQL scripts.

#migration#database#flyway-alternative
Stars905
Forks119
Last commit9 months ago
NPoco
NPocoC#

A simple micro-ORM for .NET that maps SQL query results directly to POCO objects with minimal configuration.

#poco-mapping#database#csharp
Stars879
Forks310
Last commit5 months ago
pg
pgC

A PostgreSQL client library for Ruby providing a native interface with advanced type casting and modern Ruby concurrency support.

#database-driver#orm#database
Stars869
Forks193
Last commit24 days ago
next.jdbc
next.jdbcClojure

A modern, low-level Clojure wrapper for JDBC-based database access, designed for performance and simplicity.

#datafy#database#transducers
Stars861
Forks96
Last commit1 day ago
MotorAdmin
MotorAdminRuby

A low-code admin panel and business intelligence Rails engine configurable entirely from the UI, no DSL required.

#crud#sql-queries#rails
Stars840
Forks88
Last commit5 months ago
rxjava-jdbc
rxjava-jdbcJava

A reactive Java library for efficient, functional composition of database calls using JDBC and RxJava Observables.

#database-access#orm#functional-composition
Stars803
Forks114
Last commit2 months ago
VulcanSQL
VulcanSQLTypeScript

A data API framework that turns SQL into secure RESTful APIs for AI agents and data applications.

#database#reporting#api-framework
Stars793
Forks42
Last commit2 years ago
rel
relGo

A modern, testable, and extendable ORM for Go with a clean API and support for multiple database adapters.

#hacktoberfest#query-builder#migration
Stars786
Forks59
Last commit23 days ago
HammerDB
HammerDBTcl

Open-source benchmarking and load testing software for popular databases including Oracle, SQL Server, PostgreSQL, MySQL, and MariaDB.

#load-testing#system-architecture#performance-testing
Stars772
Forks150
Last commit1 day ago
PreviousPage 6 of 13Next

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
21 days ago
8 days ago
1 year ago
#Database220
#Postgresql164
#Mysql134
#Go94
#Sqlite89
#Orm83
#Golang69
#Database Driver54
#Postgres42
#Query Builder40
#Python36
#Orm Alternative36