PostgreSQL native impl
Chris Wright via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Mon Jan 2 17:08:28 PST 2017
On Mon, 02 Jan 2017 20:29:55 +0000, Anton wrote:
> Today i spent about hour to write pure-D simple PostgreSQL driver for
> demonstration purposes.
> I was looking for developers interested in complete PostgreSQL driver
> (pure D)
>
> That demo not implements auth, therefore requires trusted user
>
> [1] https://github.com/anton-dutov/postgresql-native-d [2]
> https://www.postgresql.org/docs/9.6/static/protocol.html
Nice!
Looks like it wouldn't be much work to add prepared queries.
I notice you rolled your own uri library. Might I point you toward urld?
It supports ipv6 hosts (probably handy) and unicode domain names (nice to
have, probably not useful here).
http://code.dlang.org/packages/urld
More information about the Digitalmars-d-announce
mailing list