Live data from Hacker News

Show HN: Dengo – MongoDB API for Deno's Built-In KV Store

github.com

1–2 of 2 posts

Show HN: Dengo – MongoDB API for Deno's Built-In KV Store

#1
Dengo is an open-source library that implements MongoDB's query API on top of Deno's native KV store. It provides the query capabilities of MongoDB without requiring an external database, making it perfect for serverless applications.

Key features:

- Full MongoDB query API (find, update, delete, aggregation) - Built on Deno's native KV store (no external DB) - Type-safe with TypeScript - Indexing for fast queries - Zero dependencies

GitHub: [https://github.com/copilotzhq/dengo]

Show HN: Dengo – MongoDB API for Deno's Built-In KV Store
github.com