Checklist
Baikal version
0.10.1
PHP version
8.2
Problem you are having
Hi!
It looks like Baikal doesn't support postgres connection uris at the moment that would allow for things like postgres sockets as described here: https://www.geeksforgeeks.org/postgresql/postgresql-connection-string/
Specifically, something like:
postgresql://baikal:pass@localhost/baikaldb?host=%2Frun%2Fpostgresql
Would this be possible to implement?
Suggested solution
Enabling postgres connection strings as outlined https://www.geeksforgeeks.org/postgresql/postgresql-connection-string/
Checklist
Baikal version
0.10.1
PHP version
8.2
Problem you are having
Hi!
It looks like Baikal doesn't support postgres connection uris at the moment that would allow for things like postgres sockets as described here: https://www.geeksforgeeks.org/postgresql/postgresql-connection-string/
Specifically, something like:
postgresql://baikal:pass@localhost/baikaldb?host=%2Frun%2Fpostgresql
Would this be possible to implement?
Suggested solution
Enabling postgres connection strings as outlined https://www.geeksforgeeks.org/postgresql/postgresql-connection-string/