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.
This library uses a locked version of zod which is `v3.21.4`. When a user uses a new version to use as schema, the editor(eg. vscode) points out a type definition error when you hover to the section in question so you are forced to downgrade your version and notify `deno-lint` to ignore that error. So i'd suggest that this library also export the instance of `zod` being used for users to use that instead in order to prevent such situations.
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 1 comments.