6 ms·
Curious if there is something similar that works with sqlite.
by zareith 1y ago
Curious if there is something similar that works with sqlite.
- maxbond 1y agoAs of 3.38 (or 3.45 if you meant a binary JSON structure specifically) https://sqlite.org/json1.html https://sqlite.org/json1.html
- zareith 1y agoWe can use json type, but the dx around directly using that is not comparable to mongodb. Which is why I was looking for a similar abstraction.
- aleksi 1y agoThere is FerretDB v1, which provides MongoDB protocol for SQLite. See https://github.com/FerretDB/FerretDB/tree/main-v1 https://github.com/FerretDB/FerretDB/tree/main-v1
- zareith 1y agoThey seemed to have moved away from that. From https://docs.ferretdb.io/migration/migrating-from-v1 https://docs.ferretdb.io/migration/migrating-from-v1 > Unlike v1.x that provides options for PostgreSQL and SQLite as backend, FerretDB v2.x requires a PostgreSQL with DocumentDB extension as the backend