diff options
Diffstat (limited to 'package/mongodb/Config.in')
-rw-r--r-- | package/mongodb/Config.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package/mongodb/Config.in b/package/mongodb/Config.in index a78bb27e70..ed3ad56916 100644 --- a/package/mongodb/Config.in +++ b/package/mongodb/Config.in @@ -14,11 +14,12 @@ config BR2_PACKAGE_MONGODB depends on BR2_INSTALL_LIBSTDCPP depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11 help - MongoDB is a cross-platform document-oriented database (NoSQL). + MongoDB is a cross-platform document-oriented database + (NoSQL). - It uses JSON-like documents with dynamic schemas (BSON), making - the integration of data in certain types of applications easier - and faster. + It uses JSON-like documents with dynamic schemas (BSON), + making the integration of data in certain types of + applications easier and faster. https://www.mongodb.org/ |