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