From 166f43f3cf5c3e06f34ccbce96154408a83ce5ca Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Wed, 25 Oct 2023 18:05:21 +0400 Subject: [PATCH] Clarify MongoDB version --- README.md | 4 ++-- website/docs/main.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4f5336ba84..333447446ef 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![Docs](https://github.com/FerretDB/FerretDB/actions/workflows/docs.yml/badge.svg?branch=main)](https://github.com/FerretDB/FerretDB/actions/workflows/docs.yml) FerretDB was founded to become the de-facto open-source substitute to MongoDB. -FerretDB is an open-source proxy, converting the MongoDB 6.0+ wire protocol queries to SQL - +FerretDB is an open-source proxy, converting the MongoDB 5.0+ wire protocol queries to SQL - using PostgreSQL or SQLite as a database engine. ```mermaid @@ -40,7 +40,7 @@ Recognizing this, FerretDB is here to fill that gap. ## Scope and current state FerretDB is compatible with MongoDB drivers and popular MongoDB tools. -It functions as a drop-in replacement for MongoDB 6.0+ in many cases. +It functions as a drop-in replacement for MongoDB 5.0+ in many cases. Features are constantly being added to further increase compatibility and performance. We welcome all contributors. diff --git a/website/docs/main.md b/website/docs/main.md index d0c092f6290..e26624a0df9 100644 --- a/website/docs/main.md +++ b/website/docs/main.md @@ -22,7 +22,7 @@ With FerretDB, users can run the same MongoDB protocol queries without needing t ## Scope and current state -FerretDB is compatible with MongoDB drivers and can be used as a direct replacement for MongoDB 6.0+. +FerretDB is compatible with MongoDB drivers and can be used as a direct replacement for MongoDB 5.0+. We are constantly adding features to increase compatibility based on user feedback. See our [public roadmap](https://github.com/orgs/FerretDB/projects/2/views/1),