DEV Community

Dmytro
Dmytro

Posted on

Introducing Tabulamax

I’ve built a simple tool to quickly design database tables and generate code snippets for migrations (SQL, Knex.js).

It’s open source, made with Svelte.

Tabulamax

Live: https://www.tabulamax.com/
Repo: https://github.com/tabulamax/app

Top comments (3)

Collapse
 
carlosivanchuk profile image
Carlos Ivanchuk

Amazing work! I have a question. What does the double check icon mean and what it does?

Collapse
 
diogenesofweb profile image
Dmytro

Thanks!

It only changes the background-color, just for visual differentiation. For example, I’m implementing migrations, when I’m done with the table, I press checked, then move to another table.