as in transform `insert into foo (balh) values (wh...
# orm-help
r
as in transform
insert into foo (balh) values (whatever)
into
db.foo.create(...)
either from sql statements or an existing db
โœ… 1
n
Hey Robert ๐Ÿ‘‹ Welcome to our community! ๐Ÿ™Œ I am not aware of any solutions which do this. There are a few community generators listed here which is worth having a look at. Introspection would create
schema.prisma
file for you but wonโ€™t generate the prisma queries automatically