benbjohnson / postlite

Postgres wire compatible SQLite proxy.
Apache License 2.0
1.22k stars 31 forks source link

Support for FerretDB client #20

Open LeeBrotherston opened 1 year ago

LeeBrotherston commented 1 year ago

FerretDB is a proxy to replace MongoDB with FerretDB + Postgres, because ewwww MongoDB.

But I wanted to be more lightweight so wanted to replace Postgres with something like postlite in this equation so I can use FerretDB + postlite as a drop in replacement for MongoDB.

I saw you said to raise an issue for clients you'd like so see.... so this is me, raising an issue :)

AlekSi commented 1 year ago

JFYI, we (FerretDB) plan to support SQLite directly: https://github.com/FerretDB/FerretDB/issues/2387