GitHub - tobymao/sqlglot: Python SQL Parser and Transpiler
Found a text-to-SQL tool that actually works!!
(100% open-source with 13k+ stars)
Most text-to-SQL tools have many limitations:
- they use static pre-trained models.
- they provide limited fine-tuning support.
- they can not naturally adapt to user... See more
Avi Chawlax.com🧙 Lets build a SQL Assistant with gpt-4o to interact with databases
- runs SQL and fixes errors
- learns using a semantic model
- searches knowledge for rules and metadata before writing queries
code: https://t.co/JFZYTrkNyB https://t.co/dQIU7ab9qy
Ashpreet Bedix.comSQL Studio
Single binary, single command SQL database explorer. SQL studio supports SQLite , libSQL , PostgreSQL , MySQL and DuckDB .
Local SQLite DB File
sql-studio sqlite [sqlite_db]
Remote libSQL Server
sql-studio libsql [url] [auth_token]
PostgreSQL Server
sql-studio postgres [url]
MySQL/MariaDB Server
sql-studio mysql [url]
Local DuckDB File
sq... See more
Single binary, single command SQL database explorer. SQL studio supports SQLite , libSQL , PostgreSQL , MySQL and DuckDB .
Local SQLite DB File
sql-studio sqlite [sqlite_db]
Remote libSQL Server
sql-studio libsql [url] [auth_token]
PostgreSQL Server
sql-studio postgres [url]
MySQL/MariaDB Server
sql-studio mysql [url]
Local DuckDB File
sq... See more

