1
0
Fork 0
mirror of synced 2024-07-01 12:40:34 +12:00
appwrite/docs/services/database.md

5 lines
705 B
Markdown
Raw Normal View History

2019-10-08 17:54:46 +13:00
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.
2019-10-08 05:53:56 +13:00
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.
2019-10-08 17:54:46 +13:00
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).