teamhackback / hb-ddb

Vibe.d Async native D Postgres client
https://teamhackback.github.io/hb-ddb/docs/ddb/pg.html
1 stars 1 forks source link

PGStream: support unix socket connection #9

Open wilzbach opened 7 years ago

wilzbach commented 7 years ago
this(UDSConnection socket)

See also:

wilzbach commented 7 years ago

On ArchLinux:

/run/postgresql/.s.PGSQL.5432
wilzbach commented 7 years ago

Status: there's support for this here (https://github.com/etcimon/ddb/blob/master/source/ddb/postgres.d), but vibe-core currently doesn't provide support for Unix sockets.