rails console
-equivalent tool for the epic stack?
#492
fullofcaffeine
started this conversation in
Ideas
Replies: 1 comment
-
This would be really cool. I'm pretty happy with prisma studio for stuff like this, but I can understand why someone would want a REPL. This is definitely something that would be cool to have in the Epic Stack, but I don't personally have time to work on it. I welcome an example though! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Coming from a Rails background, I grew very fond/used to
rails console
, which loads all models and allows you to have a CLI admin interface to fix stuff in the db/for customers when needed. I've found this related issue on the Prisma repo: prisma/prisma#9563, and then this project https://github.com/egoist/prisma-repl, which looks like it's very similar (though untested). In the context of shipping stuff fast, this is a super useful tool. Are there plans to add something like that to the epic stack?Cheers!
Beta Was this translation helpful? Give feedback.
All reactions