Does Hydra use libpq? Want to know if I can use th...
# talk-hydra
r
Does Hydra use libpq? Want to know if I can use the PGPASSWORD environment variable, or if there is some other mode to specify a password without including it in the DSN.
s
we use gobuffalo/pop which uses pgx
do you know that you can specify the whole DSN as an env var?
r
No, what variable?
s
DSN
šŸ˜‚
r
Okay then.
s
every config value can be supplied via env vars as well
r
A couple other DB questions: • How can I create the Hydra objects in a schema other than
public
? • How can I create a Postgres user with only the necessary permissions that Hydra needs at runtime to access those objects?