Prisma-like ORM built on top of Deno KV. Allows you to write your database schemas and relations using Zod schemas, and run queries using familiar syntax from Prisma.
So i have a test model where i generated 70 items. I was trying to clean it up but it was possible because i keep hitting this error `too many mutations`. Here's how i'm deleting all items ```ts await pentagon.TestTerms.deleteMany({}); ```` And full error logs in terminal 
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by waptik and has received 10 comments.