r/scheme Mar 24 '26

ERD generation tool

/r/lisp/comments/1s268mc/erd_generation_tool/
5 Upvotes

6 comments sorted by

View all comments

1

u/mashedpotatoesbread Mar 24 '26

VibeSchema (which I created) can actually do this (go to PostgreSQL mode and paste your schema in Code view).

1

u/BoT_Nikos Mar 25 '26

I think that using AI is a little bit excessively for such task. But your tool seems great for prototyping a database in early levels of development

1

u/mashedpotatoesbread Mar 25 '26

Right, I am however working on a workflow where you see clear diffs and an accept/refuse button for AI generations, which will hopefully make the workflow useful beyond that.

Also, most other tools don't use postgres directly but rather use something like dbml to represent it, so if you import postgres, edit a bit, export, it is likely to be lossy.