JoeRoddy / prismany

Use Prisma with multiple DBs in the same project
25 stars 3 forks source link

Search recursively for schemas #2

Open AnthonyLzq opened 1 year ago

AnthonyLzq commented 1 year ago

I think a good feature could be to search your schemas in sub directories, in order to have your database schemas separated by folder instead than files. That could help with your migrations too, maybe including a flag like -r or something like that.

JoeRoddy commented 9 months ago

Hey @AnthonyLzq , sorry I'm just seeing this! That's a really great suggestion!

Currently all my extra hours are going towards https://bridg.dev , but when I get some free time to work on this project again that would definitely be at the top of my list. It actually sounds like it would be super easy to add if anyone seeing this would like to try to implement it.