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.
Currently, I am having an issue with creating entries in my db, and it only fails with this stacktrace: ``` error: Uncaught Error: Could not perform batched create operation. throw new PentagonBatchOpError( ^ at withBatchedOperation (https://deno.land/x/[email protected]/src/batchOperations.ts:36:13) at eventLoopTick (ext:core/01_core.js:183:11) at async createMany (https://deno.land/x/[email protected]/src/crud.ts:135:41) at async create (https://deno.land/x/[email protected]/src/crud.ts:124:11) at async createImpl (https://deno.land/x/[email protected]/src/pentagon.ts:62:10) ``` it would be more helpful to provide more details on why the operation was failed when invoking `res.commit()`.
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 kibibites and has received 3 comments.