Prisma-GPT, query your database using natural language
github.comHey,
I wanted to share my first Prisma extension I built over the weekend. Prisma-gpt extends the prisma client to give you the $queryGPT method which you can use to run "SELECT" commands using plain English.
The tool is obviously not meant for production, but rather a fun project which could potentially serve as a helpful tool in dev environments.
I was planning on maybe adding a cli and/or local FE you could spin up to replace prisma studio. So, if anyone wants to help contribute and work on those things, please reach out!
It's also my first npm package and open source project so any feedback is appreciated!