Update mongodb.md

This commit is contained in:
alesapin 2021-02-08 10:10:07 +03:00 committed by GitHub
parent 8aba8e6b1a
commit 313d17bf96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ toc_title: MongoDB
# MongoDB {#mongodb}
MongoDB engine is read-only, it allows to perform `SELECT` queries on data, stored on a remote MongoBD server. MongoDB engine supports onle flat fields (primitive, not nested types).
MongoDB engine is read-only, it allows to perform `SELECT` queries on data, stored on a remote MongoDB server. MongoDB engine supports onle flat fields (primitive, not nested types).
## Creating a Table {#creating-a-table}