mddb

Multiplayer markdown database — SQLite-backed, real-time, agent-ready. Open source on npm.

A markdown database that’s actually built for agents: SQLite-backed for atomic writes, supports multiple writers, exposes a real-time API, and treats markdown as the source of truth instead of an output format.

npm install @mylesiyabor/mddb

It came out of needing something exactly like this for BetterBot. I went looking, didn’t find a clean fit, and built it as a standalone package so anyone else with the same problem could use it. That’s the whole story.