dpeq - native PSQL extended query protocol client

Boris-Barboris via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Sep 4 08:11:37 PDT 2017


On Monday, 4 September 2017 at 14:42:31 UTC, denizzzka wrote:
> https://github.com/denizzzka/vibe.d.db.postgresql uses dpq2 
> backend

https://github.com/denizzzka/vibe.d.db.postgresql/blob/master/source/vibe/db/postgresql/package.d#L92

Very interesting read, thank you.
Making this:
https://github.com/denizzzka/vibe.d.db.postgresql/blob/master/source/vibe/db/postgresql/package.d#L131
private is probably a crime against humanity though.

I mostly bothered with EQ protocol because I wanted to send PARSE 
+ BIND + EXEC + SYNC without blocking. Is that possible with 
socket blocking flag manipulation and moderate source code 
modification?


More information about the Digitalmars-d-announce mailing list