No post body was provided.
Untitled topic
1–2 of 2 posts
Re: undefined
#2Pentagon is a 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.
I really like the simplicity, and lack of any build step or extra tooling.
I'm considering adding support for other KV stores such as Redis, if someone would find that useful :)