For the complete documentation index, see llms.txt. This page is also available as Markdown.

MySQL family (roadmap)

MySQL and MariaDB REST/MCP support for pREST is on the roadmap (Phase 2) β€” not available in current releases.

Status: Roadmap (Phase 2). pREST does not ship a MySQL or MariaDB adapter yet. Current releases speak the PostgreSQL wire protocol only.

Last updated: July 11, 2026 Β· Label: Roadmap


Planned coverage

One MySQL-family adapter is intended to unlock:

  • MySQL

  • MariaDB (separate dialect profile over time)

  • Amazon Aurora MySQL

  • TiDB (after compatibility testing)

  • Some Vitess / PlanetScale-style deployments after testing

Intended SEO/product pages later: MySQL REST API, MySQL MCP, MariaDB REST API, Aurora MySQL REST API, TiDB REST API β€” each with original matrices, not name-only clones.


What works today

Use PostgreSQL or a certified Postgres-compatible engine. There is no supported mysql:// connection path in current prestd builds.


Last updated