1
0 Comments

I created a small AI project to help generate optimised SQL queries

I haven't shipped anything in a while and with all the hype going on around AI, I thought I might as well get back into the groove by shipping an AI project myself.

To keep it simple, I limited myself to something I could build in a weekend and so I landed on something super generic:

A tool that will allow you to upload your database schema and ask questions about it

Yes I know, a lot of these already exists. But my goal was just to train my shipping muscles so that's fine.

If that sounds interesting to you, then feel free to check it out here:

https://querytastic.com/

It supports

  • BigQuery
  • Hive
  • Flink
  • MariaDB
  • PostgreSQL
  • Sqlite

and more. It's also free to try out!

Beforehand I also built an open source template, which allowed me to ship it super fast. You can find that here: https://github.com/amosbastian/template

on July 5, 2023