App: MySQL Databases

MySQL Databases brings your existing MySQL server - whether it lives on AWS RDS, another cloud provider, or your own hardware - directly into the platform as a first-class data source. Connect once, and every tool on the platform can read and write your data.
The built-in AI SQL assistant is the fastest way to work with your database. Type a plain-English description of what you need and the AI writes the query for you. Turn on Smart Query mode and the assistant automatically learns your tables, columns, and primary keys so it produces accurate, ready-to-run SQL without any manual setup. Run the query with one click and see results instantly in an editable table where you can update cell values or delete rows right from the dashboard.
Through the API and chain sequence commands, your automations can query records, insert new rows, update fields, and delete data as part of any workflow. That means a chatbot can look up order status in your MySQL database, a scheduled job can sync records nightly, or a chain command can write processed results back to your tables - all without writing custom integration code.
The admin SQL editor gives you a direct window into your data. Browse tables, run any query, page through results, edit columns inline, and bulk-delete rows. Combined with the AI assistant, it turns database management into a conversation instead of a chore.
- Connect any remotely hosted MySQL database - AWS RDS, any cloud provider, or your own server.
- Built-in AI SQL assistant that understands your schema and writes queries for you.
- Smart Query mode auto-detects your tables, columns, and primary keys so the AI generates accurate SQL without any setup.
- Full API access: SELECT, INSERT, UPDATE, and DELETE rows from any connected database.
- Use inside chain sequence commands to build automated workflows that read and write your data in real time.
- Admin SQL editor to browse tables, run queries, edit rows inline, and delete records directly from the dashboard.
- Pagination, bulk row selection, and inline cell editing for fast data management.