feat: merge-commit

This commit is contained in:
Christy Jacob
2019-10-08 15:37:36 +05:30
parent 9d2f0d135a
commit deb793cb6a
11 changed files with 31 additions and 15 deletions
+2 -4
View File
@@ -1,7 +1,5 @@
The database service allows you to create structured document collections, query and filter lists of documents and manage an advanced set of read and write access.
The database service allows you to create structured document collections, query and filter lists of documents, and manage an advanced set of read and write access.
All the data in the database service is stored in JSON format. The service also allows you to nest child documents and use advanced filters to search and query the database just like you would with a classic graph database.
By leveraging the database permission management you can assign read or write access to the database documents for a specific user, team, user role or even grant public access to all visitors of your project. You can learn more about [how Appwrite handles permissions and role access control](/docs/permissions).
By leveraging the database permission management, you can assign read or write access to the database documents for a specific user, team, user role, or even grant public access to all visitors to your project. You can learn more about [how Appwrite handles permissions and role access control](/docs/permissions).