#Tool to write schema by hand

1 messages · Page 1 of 1 (latest)

lament iris
#

Greetings everyone,

I have a quite weird question, does a specific tool exist which i can use to write my prisma schema manually, because i feel too dumb to write my schema manually for my mongodb instance.

Thanks

tranquil skyBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

old scaffold
#

I'd imagine this works in mongo also, but you can pull down the schema from remote to create the initial migration files

#

Then you could use mongo's website or a tool like dbeaver to build your tables, relationships, etc and then pull down the schema for use in code

lament iris