#Tool to write schema by hand
1 messages · Page 1 of 1 (latest)
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
Thanks, i think what I was looking for is MongoDB Compass 🙂