Using PostgreSQL with Helix
Helix connects directly to your PostgreSQL database. Simply tell Helix which tables to use when requesting charts.
Use a connection string like:
postgresql://user:password@host:5432/dbname
Example requests:
- "Show total revenue by month from the
orderstable" - "Plot customer locations from the
customerstable on a map"
Helix will generate the SQL, run it, and choose the right visualisation.