Helix the Robot
Helix Helix
Helix AI > Blog > Using PostgreSQL with Helix

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 orders table"
  • "Plot customer locations from the customers table on a map"

Helix will generate the SQL, run it, and choose the right visualisation.

Login to Helix

Don't have an account? Sign up here

Sign Up for Helix

Already have an account? Login here