diff --git a/src/routes/docs/products/databases/collections/+page.markdoc b/src/routes/docs/products/databases/collections/+page.markdoc index 33f30b0c3c..f3ea086dd7 100644 --- a/src/routes/docs/products/databases/collections/+page.markdoc +++ b/src/routes/docs/products/databases/collections/+page.markdoc @@ -4,7 +4,7 @@ title: Collections description: Organize your data with Appwrite Collections. Explore how to create and configure collections to store and structure your data effectively. --- Appwrite uses collections as containers of documents. Each collection contains many documents identical in structure. -The terms collections and documents are used because the Appwrite JSON REST API resembles the API of a traditional NoSQL database. +The terms collections and documents are used because the Appwrite JSON REST API resembles the API of a traditional NoSQL database, making it intuitive and user-friendly, even though Appwrite uses SQL under the hood. That said, Appwrite is designed to support both SQL and NoSQL database adapters like MariaDB, MySQL, or MongoDB in future versions.