Hi All, Hope you are well. Does anyone perhaps hav...
# spicedb
s
Hi All, Hope you are well. Does anyone perhaps have an example of a connection string using unix socket? We are trying to connect to a postgres database in cloudsql. Thank you
v
Hi! I haven't tried it out myself, but there are some hints at https://github.com/jackc/pgx/pull/473#issuecomment-435615215 Could you try something like:
Copy code
postgresql://user:pass/database_name?host=/path/to/socket
3 Views