# Database

- [Configuration](https://adamite.gitbook.io/docs/server/database/configuration.md): By default, Adamite will attempt to connect to a locally running RethinkDB instance on the default port of 28015. You can change this within the adamite.js config file.
- [Using different adapters](https://adamite.gitbook.io/docs/server/database/using-different-adapters.md): Adamite is designed to work with RethinkDB, but you can connect to virtually any database using different adapters.
- [Memory Adapter](https://adamite.gitbook.io/docs/server/database/using-different-adapters/memory-adapter.md)
- [Securing your data](https://adamite.gitbook.io/docs/server/database/securing-your-data.md): By default Adamite doesn't enforce security on the database. When you're ready to configure security, you can do so with database rules.
- [Securing read operations](https://adamite.gitbook.io/docs/server/database/securing-your-data/securing-read-operations.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://adamite.gitbook.io/docs/server/database.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
