D
DocumentDB
official ● signeddoze/documentdb A local MongoDB-compatible database — FerretDB v2 speaking the Mongo wire protocol over a Postgres engine with the DocumentDB extension stack. Point any mongo client (mongosh, drivers) at it; CRUD, aggregation and indexes work. A composite engine doze boots and tears down as one unit — zero configuration.
Usage
Drop it in doze.hcl and run doze up.
doze.hcl
documentdb "docs" {}
Engine versions
Choose one with version =. doze fetches & verifies it, then pins it in doze.lock.
0
Configuration
Arguments and nested blocks the engine accepts.
DocumentDB takes no arguments today — declare the block and connect with the instance's MONGODB_URI. The FerretDB + Postgres composite is a single fixed build.