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

Commit 3b0f164

Browse files
Merge pull request #296 from appwrite/fix-db-adapters
Clarify other database adapters are not yet supported
2 parents ba37ff5 + 89128b5 commit 3b0f164

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)