Chat with MariaDB in plain English — full MySQL-wire compatibility.
MariaDB speaks the MySQL wire protocol, and iDBQuery connects with the same simple host/port/user/password flow. Whether you're running MariaDB 10.x or 11.x on your own metal, in a VPC, on AWS RDS for MariaDB, or on SkySQL, the connection takes about 30 seconds. Schema introspection runs immediately on connect — tables, views, columns, types, foreign keys, indexes — and the AI uses that map to write accurate SQL the first time. Every chat question becomes a safe parametrized SELECT, executed read-only, and returned as a chart, table, stat card, or dashboard. MariaDB-specific features like JSON columns, virtual/computed columns, sequences, and the spatial types are handled correctly; decimals keep their precision through serialization. For databases that aren't reachable on the public internet, an SSH tunnel to a bastion host (key or password auth) keeps the connection private. Credentials are encrypted at rest with strong symmetric encryption, used only at query time, and never returned by any API. The free tier covers 1M tokens per month, three sources, and five reports with no credit card, so you can validate the workflow on a real MariaDB instance before paying. iDBQuery makes MariaDB feel as approachable as a spreadsheet.
Everything iDBQuery's MariaDB connector supports out of the box.
Project → Add source → MySQL. MariaDB is MySQL-wire compatible, so the MySQL connector handles it.
Host, port (default 3306), database, user, password. For SkySQL use the connection details from the SkySQL portal.
If MariaDB isn't publicly reachable, toggle SSH tunnel and provide bastion host plus key or password.
Ask 'Show top 10 customers by revenue this quarter' and the AI generates the SQL, runs it, and returns a chart.
Free tier covers most teams. No credit card.
No credit card required · 1M tokens / month free