Release of FerretDB 0.3, a MongoDB implementation based on PostgreSQL.
The release of FerretDB 0.3 has been published, enabling the replacement of the document-oriented database MongoDB with PostgreSQL without requiring code changes in applications. FerretDB operates as a proxy server, translating MongoDB requests into SQL queries for PostgreSQL, which allows PostgreSQL to be used as the actual storage. The code is written in Go and is distributed under the Apache 2.0 license. The need for migration may arise due to […]
