# Roadmap

The first version of the library has support only for MySQL and MySQLX (Document store or X Protocol).&#x20;

If the library proves to have a practical utility we plan to add new adapters for the following databases:

1. Mongo, *October 2023*
2. Postgres, *October 2023*
3. Casandra, *November 2023*
4. Oracle, *November 2023*
5. SqlLite, *December 2023*
6. Couchdb, *December 2023*


---

# 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://suhantudor.gitbook.io/crud-node/roadmap.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.
