Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 89128b5

Browse files
committed
Clarify other database adapters are not yet supported
Since MariaDB is currently the only DB adapter developers can use, it can be confusing to mention "Appwrite can support [...] MariaDB, MySQL, or MongoDB." This change will, hopefully, clarify support for other databases is coming soon.
1 parent 01c2fcd commit 89128b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/views/docs/databases.phtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121

2222
<h2><a href="/docs/databases#collection" id="collection">Create Your Collections</a></h2>
2323
<p>
24-
Appwrite uses collections as containers of documents.
25-
The terms collections and documents are used because the Appwrite JSON REST API resembles the API of a traditional NoSQL database. That said, internally, Appwrite can support both SQL and NoSQL database adapters like MariaDB, MySQL, or MongoDB. When working with an SQL adapter, Appwrite will treat your collections as tables and documents as rows on native SQL tables.
24+
Appwrite uses collections as containers of documents. The terms collections and documents are used because the Appwrite JSON REST API resembles the API of a traditional NoSQL database. That said, internally, Appwrite will support both SQL and NoSQL database adapters like MariaDB, MySQL, or MongoDB. When working with an SQL adapter, Appwrite will treat your collections as tables and documents as rows on native SQL tables.
2625
</p>
2726

2827
<p>

0 commit comments

Comments
 (0)