Skip to content

Commit

Permalink
Clarify MongoDB version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Oct 25, 2023
1 parent 329efdf commit 166f43f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 166f43f

Please sign in to comment.