How do I connect my existing PostgreSQL database to PromptQL?
Hiya, @quinnm
You can connect a PostgreSQL instance by initializing the hasura/postgres-promptql
connector in your project. Then, set up environment variables like JDBC_URL
and JDBC_SCHEMAS
, and run ddn connector introspect
to generate your initial metadata.
These docs should get you sorted