Re: Vision document for H1 2017

2017-01-06 Thread Anton via Digitalmars-d-announce

P/S
strange search one of cases why registry has a lot of similar 
projects





Re: Vision document for H1 2017

2017-01-06 Thread Anton via Digitalmars-d-announce
On Wednesday, 4 January 2017 at 19:22:33 UTC, Andrei Alexandrescu 
wrote:
We release a brief Vision document summarizing the main goals 
we plan to pursue in the coming six months. This half we are 
focusing on three things: safety, lifetime management, and 
static introspection.


https://wiki.dlang.org/Vision/2017H1


Andrei


dub registry required review
1. By myself current page rename to "last updates", and "Main" 
may be (scoped) category view?

IMHO main page currently unfriendly

2. dub registry search unexpected
i'm looking for network libs, entered "net" and take:
...
freeimage
dyaml
...
???
Than query for "network", very different result


Re: PostgreSQL native impl

2017-01-06 Thread Anton via Digitalmars-d-announce
There's already a bunch of Postgres drivers here [1], some are 
native ones, some uses the C library. ddb [2] is, I believe, 
the oldest native driver at code.dlang.org. That's the one I've 
been using. Compatible with vibe.d as well.


[1] http://code.dlang.org
[2] http://code.dlang.org/packages/ddb


Thank for ref, never heard before


Re: PostgreSQL native impl

2017-01-06 Thread Anton via Digitalmars-d-announce
Shameless plug, I've been working in my spare time on a similar 
project: https://github.com/Burgos/postgres-native


Progress is super slow, though, but I'm really happy how the 
things are working out, so just publishing here if somebody 
wants to take the inspiration from the API or any part of it, 
or if somebody wants to help :-)


I hope in 2017 I'll build a simple web project around it, which 
should help alot.


Nice, need to take look at


Re: PostgreSQL native impl

2017-01-02 Thread Anton via Digitalmars-d-announce

P/S

Posix only


PostgreSQL native impl

2017-01-02 Thread Anton via Digitalmars-d-announce
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