Search code examples
typescriptormtypeormprisma

Reverse engeneering on remult.dev entities


I need assistance on get the Remult.dev entities rebuild from database tables. Typeorm is ok to build entities from database, but they are so diferent from remult entities. Prisma is also a lot diferent.

Anybody knows how to handle this? I have around 200 tables.

Thanks in advance.


Solution

  • There's an open source project that does that called remult-cli

    You can find it at: https://github.com/Yedidyar/remult-cli/

    It currently supports postgres, but if you need an other database - post an issue and they'll implement it