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!