# Database

- [Introduction](/docs/sdk/database/introduction.md): You can interact with data in the database by creating references to that data. You can reference an entire database, a collection within the database, or an individual document
- [Read a document](/docs/sdk/database/read-a-document.md)
- [Read multiple documents](/docs/sdk/database/read-multiple-documents.md)
- [Subscribe to changes](/docs/sdk/database/subscribe-to-changes.md): Adamite database is real time. You can subscribe to snapshots on a document or a collection and get notified when any changes are made.
- [Create a new document](/docs/sdk/database/create-new-documents.md)
- [Update an existing document](/docs/sdk/database/update-an-existing-document.md)
- [Delete a document](/docs/sdk/database/delete-a-document.md)
