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 came across some serious bug which i think it is. I was moving forward with my project when i noticed an error while querying an `index` field. I thought it was some code error on my part but i found no error after hours of searching. So i updated [my demo example](https://github.com/waptik/test-deno-pentagon) and tried it there after updating to latest version. At this location, https://github.com/waptik/test-deno-pentagon/blob/main/main.ts#L67, you can replace the value of `meetingId` with `crypto.randomUUID()` and you'll still get the error found in the screenshot. If you remove `.describe('index')` from https://github.com/waptik/test-deno-pentagon/blob/main/db.ts#L80 and save the file, the code will run perfectly without errors. 
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by waptik and has received 6 comments.