What is PostgreSQL driver is most stable?

Paolo Invernizzi via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Mar 15 01:54:59 PDT 2017


On Wednesday, 15 March 2017 at 08:50:11 UTC, Dsby wrote:
> On Tuesday, 14 March 2017 at 16:24:31 UTC, Paolo Invernizzi 
> wrote:
>> On Tuesday, 14 March 2017 at 13:32:31 UTC, Suliman wrote:
>>> On Tuesday, 14 March 2017 at 13:21:39 UTC, Paolo Invernizzi 
>>> wrote:
>>>> On Tuesday, 14 March 2017 at 13:13:31 UTC, Suliman wrote:
>>>>> [...]
>>>>
>>>> I'm using ddb [1], a full-D implementation of the PostgreSQL 
>>>> protocol. Not everything it's in place, but it does its 
>>>> works, and the codebase is pretty simple, so it's not 
>>>> difficult to contribute if you need to add some feature 
>>>> that's missing for your use case.
>>>>
>>>> [1] https://github.com/pszturmaj/ddb
>>>>
>>>> ---
>>>> Paolo
>>>
>>> Does it work fine on Linux with x64 Postgres?
>>
>> Yes
>>
>> ---
>> Paolo
>
> We used dpq.
> http://code.dlang.org/packages/dpq

I'm curious: ddb does not support yet arbitrary precision numbers 
[1], does dpq support them?

Thanks,
Paolo

[1] 
https://www.postgresql.org/docs/9.5/static/datatype-numeric.html#DATATYPE-NUMERIC-DECIMAL


More information about the Digitalmars-d-learn mailing list