Using MySQL with Helix
Helix easily connects to MySQL or MariaDB. Mention your table names when requesting visualisations.
Use a connection string like:
mysql://user:password@host:3306/dbname
Example requests:
- "Bar chart of sales by region from the
salestable" - "Line graph of signups per day from the
userstable"
Helix handles the SQL generation and chart selection automatically.