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)
That's pretty cool! Maybe you could talk a bit about how this works? Is the tool open source? Is it using some AI?
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.