[Suggestion] ORM export support
It would be a nice feature if DrawDB could export the database schema source for ORM's like: Prisma, Drizzle.
Prisma yes, as for others maybe we can have some plugin system
I personally never used Drizzle and only use Prisma in my projects. By far, Prisma is the most popular ORM. However, Drizzle is gaining a lot of traction from what I've seen, so I do think Drizzle should be included as native support. Other ORM's could make use of a plugin system.
What about TypeORM support also?
yes drizzle
It would also be nice to have support for EF Core and Laravel Eloquent models and migrations, either through a plugin system or built-in natively.
drizzle is fairly easy to achieve. https://orm.drizzle.team/kit-docs/commands#introspect--pull just make a sqlite.db from the sql schema and call introspect on it and you are good to go. would be nice to have a button for this though :-)
Prisma yes, as for others maybe we can have some plugin system
how to export or use realation for orm like prisma ? is that posible ?