MySQL
MySQL is on the roadmap. Agents will read your schema, generate and run SELECT queries, and fold the results into reports and workflows, so data questions get answered without a console — while writes and schema changes stay behind explicit human approval.
What your agents can do with MySQL
- Read schemas, tables and indexes
- Generate and run SELECT queries
- Run writes or migrations (with approval)
- Feed query results into workflows
How to connect MySQL to Velaris
- 1
Get early access
Join the waitlist — we open access in waves.
- 2
Request MySQL
Vote for the MySQL connector in the community.
- 3
Get notified
We'll ping you the moment MySQL goes live.
Popular ways to use it
MySQL + Velaris — common questions
Will an agent modify my MySQL data?
Not without you. SELECT statements run automatically, while INSERT, UPDATE, DELETE and ALTER are staged for approval with the exact SQL shown before anything executes.
Does Velaris work with RDS, Aurora or PlanetScale?
Any MySQL-compatible endpoint Velaris can reach works the same way — supply the host, database and a scoped user, and agents query it like any other instance.
Can I limit which tables an agent is able to query?
Yes — create a read-only MySQL user with grants on just those tables. The agent inherits exactly that access and nothing wider.