Alexey Palazhchenko

Results 348 comments of Alexey Palazhchenko

I don't think refactoring is ever a good first issue – that requires some prior experience with a code base to understand what is a good refactoring

That depends on your definition of "embedded" :) You would still need to use a MongoDB-compatible driver.

FerretDB v1.5.0 is out with beta support for the SQLite backend!

@polyal Please sign our CLA: https://github.com/FerretDB/FerretDB/pull/2384#issuecomment-1499785603 @sroches PTAL

That one is done in a different PR

> I think one could create Closer and still forget to call closer.Close That would trigger a panic inside finalizer. I will add it to Closer too to make it...