Live data from Hacker News

Untitled topic

news.ycombinator.com

1–2 of 2 posts

Re: undefined

#2
Pentagon 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 :)