docs/Databases/FerretDB/README.md
FerretDB speaks the MongoDB wire protocol and stores the data in something else,
so WeKan runs unchanged on top of it — WeKan only ever connects to
mongodb://ferretdb:27017/wekan and knows nothing about what is behind it.
There are two versions, and they are different products:
| Directory | Version | Stores into |
|---|---|---|
| 1 | FerretDB v1, the wekan/FerretDB fork — WeKan's default database | SQLite (embedded), PostgreSQL, MySQL, MariaDB, SAP HANA |
| 2 | FerretDB 2, upstream | PostgreSQL with the DocumentDB extension, only |
Upstream dropped every backend except PostgreSQL in v2. The fork keeps v1 alive because the embedded SQLite backend is what makes a WeKan install self-contained — no database server at all — and because it is the database WeKan ships for the platforms MongoDB has no server build for: ppc64le, s390x and riscv64.