{"id":13550843,"url":"https://github.com/danhuss/awesome-sql","last_synced_at":"2025-10-03T13:31:03.137Z","repository":{"id":2241830,"uuid":"27949400","full_name":"danhuss/awesome-sql","owner":"danhuss","description":"List of tools and techniques for working with relational databases.","archived":false,"fork":false,"pushed_at":"2023-07-17T12:46:43.000Z","size":47,"stargazers_count":312,"open_issues_count":1,"forks_count":41,"subscribers_count":19,"default_branch":"main","last_synced_at":"2024-05-23T09:50:42.931Z","etag":null,"topics":["awesome","awesome-list","database","oracle","postgresql","sql","sql-server"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danhuss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2014-12-13T04:32:06.000Z","updated_at":"2024-04-28T20:42:17.000Z","dependencies_parsed_at":"2024-01-05T23:53:44.612Z","dependency_job_id":"da31de11-0d44-4f91-bfb9-006b48d4e0d7","html_url":"https://github.com/danhuss/awesome-sql","commit_stats":{"total_commits":31,"total_committers":12,"mean_commits":"2.5833333333333335","dds":0.4193548387096774,"last_synced_commit":"bcbc333b7672360b9216174e6ff1d90f01c86959"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danhuss%2Fawesome-sql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danhuss%2Fawesome-sql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danhuss%2Fawesome-sql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danhuss%2Fawesome-sql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danhuss","download_url":"https://codeload.github.com/danhuss/awesome-sql/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219876396,"owners_count":16554752,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awesome","awesome-list","database","oracle","postgresql","sql","sql-server"],"created_at":"2024-08-01T12:01:38.413Z","updated_at":"2025-10-03T13:31:03.064Z","avatar_url":"https://github.com/danhuss.png","language":null,"readme":"awesome-sql\n===========\n\nList of tools and techniques for working with relational databases inspired by other awesome lists.\n\n- [Oracle](#oracle) - Software and packages specifically for Oracle and PL/SQL.\n- [SQL Server](#sqlserver) - Software and packages specifically for SQL Server and T-SQL.\n- [MySQL](https://github.com/shlomi-noach/awesome-mysql) - There is already a whole awesome list just for MySQL.\n- [PostgreSQL](https://github.com/dhamaniasad/awesome-postgres) - There is alread a whole awesome list just for PostgreSQL.\n- Cross Platform Stuff\n  - [Formatters](#formatter) - Tools and sites that will format your ugly SQL code.\n  - [Tools](#tools) - Other cool tools and sites.\n\n### \u003ca name=\"oracle\"\u003e\u003c/a\u003eOracle\n- [SQL Developer](https://www.oracle.com/database/technologies/appdev/sqldeveloper-landing.html) - Oracle's Free IDE for PL/SQL development and administration of Oracle databases\n- [SQLcl](https://www.oracle.com/database/technologies/appdev/sqlcl.html) - Free command line interface for Oracle Database.\n- [SQL Tools for Oracle](http://sourceforge.net/projects/sqlt/) - Lightweight frontend for Oracle DB development.\n- [Oracle Database Express Edition](https://www.oracle.com/database/technologies/appdev/xe.html) - Free entry level database to develop and deploy applications\n- [Alexandria PL/SQL Utility Library](https://github.com/mortenbra/alexandria-plsql-utils) - Collection of utility packages for PL/SQL\n- [PLSQL-JSON](https://github.com/doberkofler/PLSQL-JSON) - PL/SQL library to encode/decode JSON\n- [utPLSQL](http://utplsql.org/) - Unit testing framework for PL/SQL\n\n### \u003ca name=\"sqlserver\"\u003e\u003c/a\u003eSQL Server\n- [SQL Server Express Edition](http://www.microsoft.com/en-us/server-cloud/products/sql-server-editions/sql-server-express.aspx) - Free SQL Server Database to develop and deploy applications\n- [SQL Server Data Tools](http://msdn.microsoft.com/en-us/data/tools.aspx) - Integrated environment for developers to design and build database and other business intelligence solutions for MS SQL Server stack.\n- [tSQLt](http://tsqlt.org/) - Unit testing framework for SQL Server\n- [MSSqlCLI](https://github.com/dbcli/mssql-cli) - A command-line client for SQL Server with auto-completion and syntax highlighting\n\n## \u003ca name=\"formatter\"\u003e\u003c/a\u003eFormatters\n\n- [SQL Format](http://www.dpriver.com/pp/sqlformat.htm) - Instant SQL Formatter\n- [Poor SQL](http://poorsql.com/) - Instant Free and Open-Source T-SQL Formatting (look here for the plugins and whatnot: https://github.com/TaoK/PoorMansTSqlFormatter )\n- [ExtendsClass](https://extendsclass.com/sql-formatter.html) - Online SQL formatter\n\n## \u003ca name=\"tools\"\u003e\u003c/a\u003eTools\n\n- [sqruff](https://github.com/quarylabs/sqruff) - A SQL linter and formatter written in Rust that supports various SQL dialects and integrates with VSCode through a plugin.\n- [sqlaxe](https://github.com/djberube/sqlaxe) - CLI tool for searching, filtering, formatting, and splitting SQL files. Supports 40+ dialects of SQL.\n- [SQLPage](https://github.com/lovasoa/SQLpage) - Open-source SQL-only website builder\n- [PixQL](https://github.com/Phildo/pixQL) - Command-line image processing tool in SQL by @Phildo\n- [SQL Fiddle](http://sqlfiddle.com/) - Easly test and share database problems and their solutions. Can use different backend DBMS's (MySQL, PostgreSQL, MS SQL Server, Oracle, and SQLite)\n- [SqlPad](http://rickbergfalk.github.io/sqlpad/) - A web app for running SQL queries and visualizing the results\n- [ERAlchemy](https://github.com/Alexis-benoist/eralchemy) - ERAlchemy generates Entity Relation (ER) diagram from databases\n- [BigBash](https://github.com/zalando/bigbash) - Open-source converter that generates a bash one-liner from an SQL Select query, no database necessary\n- [Flyway](https://flywaydb.org/) - Database migration tool\n- [Liquibase](http://www.liquibase.org/) - Source Control for your database\n- [Rumba RDBM](https://www.dbinvent.com/) - Database migration tool, plain-SQL, and declarative definition supported\n- [PgCLI](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting\n- [LINQPad](https://www.linqpad.net/) - LINQPad is not just for LINQ queries, but any C#/F#/VB expression, statement block or program.\n- [SchemaSpy](https://github.com/schemaspy/schemaspy) - we will do the best to simplify documentation process of your database\n- [MissionKontrol](https://github.com/Mission-Kontrol/MissionKontrol) - Self-hosted admin panel to manage one or more MySQL/PostGRES databases.\n- [DBeaver](https://dbeaver.io) - Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases. Supports all popular databases.\n- [EverSQL](https://www.eversql.com/) - SQL query optimization and database observability, powered by AI.\n- [WhoDB](https://github.com/clidey/whodb) - SQL/NoSQL/Graph/Cache/Object data explorer with AI-powered chat + other useful features\n\n## \u003ca name=\"resources\"\u003e\u003c/a\u003eResources\n\n- [Curated SQL Learning Resources on Hackr.io](https://hackr.io/tutorials/learn-sql) - Programming Community Curated Resources for learning SQL\n- [Basic and advanced concepts of SQL with examples on Scaler](https://www.scaler.com/topics/sql/) - A curated interactive space for aspiring programmers to learn and master their SQL skills.\n- [Mostly Asked SQL Interview Questions and Answers for Freshers](https://boldcoder.blogspot.com/2024/08/fresher-sql-interview-questions.html) - Online coding tutorials and Interview questions.\n- [SQL tips and tricks](https://github.com/ben-nour/SQL-tips-and-tricks) - SQL tips that cover everything from readability to common pitfalls.\n","funding_links":[],"categories":["Others","Databases","Uncategorized","Other Lists","Don't forget to give a :star: to make the project popular","🗃️ SQL \u0026 Databases","Data Engineering"],"sub_categories":["Uncategorized","TeX Lists","Resources"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanhuss%2Fawesome-sql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanhuss%2Fawesome-sql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanhuss%2Fawesome-sql/lists"}