FerretDB playground
db.employees.find({ department: "hr" });
FerretDB is an open source drop-in replacement for MongoDB that uses PostgreSQL or SQLite as a backend.
⛫ homepage • αω tutorial • ⚘ community
Sandbox details
FerretDB version: 1.24
sandbox engine: codapi
sandbox name: ferretdb
allowed commands: run
in-browser: ✘
Usage example:
```js
db.world.insertOne({ message: "hello" });
db.world.find({});
```
<codapi-snippet sandbox="ferretdb" editor="basic">
</codapi-snippet>