top | item 43946130 (no title) zareith | 9 months ago Curious if there is something similar that works with sqlite. discuss order hn newest aleksi|9 months ago There is FerretDB v1, which provides MongoDB protocol for SQLite. See https://github.com/FerretDB/FerretDB/tree/main-v1 zareith|9 months ago They seemed to have moved away from that.From 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 maxbond|9 months ago As of 3.38 (or 3.45 if you meant a binary JSON structure specifically) https://sqlite.org/json1.html zareith|9 months ago We 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|9 months ago There is FerretDB v1, which provides MongoDB protocol for SQLite. See https://github.com/FerretDB/FerretDB/tree/main-v1 zareith|9 months ago They seemed to have moved away from that.From 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
zareith|9 months ago They seemed to have moved away from that.From 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
maxbond|9 months ago As of 3.38 (or 3.45 if you meant a binary JSON structure specifically) https://sqlite.org/json1.html zareith|9 months ago We 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.
zareith|9 months ago We 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|9 months ago
zareith|9 months ago
From 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
maxbond|9 months ago
zareith|9 months ago