Postgres and other database interfaces

Paolo Invernizzi paolo.invernizzi at gmail.com
Sat Feb 24 10:13:35 UTC 2018


On Saturday, 24 February 2018 at 09:10:03 UTC, aberba wrote:
> On Saturday, 24 February 2018 at 08:32:38 UTC, Paolo Invernizzi 
> wrote:
>> On Saturday, 24 February 2018 at 07:57:47 UTC, aberba wrote:
>>> On Saturday, 24 February 2018 at 05:33:56 UTC, Joe wrote:
>>
>>>> 4. ddb. About the same number of downloads as the above. 
>>>> Implemented on top of front/backend protocol. No 
>>>> documentation although repository has a folder with two 
>>>> sample programs.
>>
>>> Some developers spend hours writing code but don't feel the 
>>> need to speed minutes documenting or at least showing how to 
>>> use their code. Part of the reason others roll their own (one 
>>> they will understand).  Goes on and on.
>>
>> Have you tried to generate the documentation?
>>
>> Look for example inside the source files...
>>
>> https://github.com/pszturmaj/ddb/blob/bd55beea0df6e5da86a71535ff6d9800c0711c7c/source/ddb/postgres.d#L2
>>
>> https://github.com/pszturmaj/ddb/blob/bd55beea0df6e5da86a71535ff6d9800c0711c7c/source/ddb/db.d#L19
>>
>> /Paolo
>
> Worst case answer I just talked about

I think no...

The documentation on how to use the package is present, it's just 
inside the modules as Ddoc documentation.

Joe, you can easily 'extract' it using the proper -D compiler 
switch

/Paolo


More information about the Digitalmars-d mailing list