DEV Community

Denis Volkhonskiy
Denis Volkhonskiy

Posted on

Free SQL Database Schema Generator

I created a 100% free SQL Database Schema Generator.

https://supalaunch.com/tools/db-schema-generator

Based on the product description and database type, it automatically creates tables, fields, and SQL code to create them.

It also gives you some seed SQL so you can easily insert test data in your DB.

Hope it will be useful.

Top comments (2)

Collapse
 
blunket profile image
Andrew Siegman

That's pretty cool! Maybe you could talk a bit about how this works? Is the tool open source? Is it using some AI?

Collapse
 
den_vol profile image
Denis Volkhonskiy

Hi Andrew, thank you!

The tool I created is aimed to help people to save time while developing an initial version of their product. It uses LLMs to generate tables descriptions and SQL.

No, it is not open-source.