Writing Postgresql extension in D
Ranjan
Company.ranjan at gmail.com
Sun Nov 18 14:41:43 UTC 2018
On Friday, 16 November 2018 at 19:10:22 UTC, Laeeth Isharc wrote:
> On Thursday, 15 November 2018 at 13:42:17 UTC, Ranjan wrote:
>> This is my first time on the Dlang forum. I like the language
>> but my usecase is a bit different.
>>
>> I want to write Postgresql extension in D. Currently extension
>> can be written in C or C linked languages. Has anyone done
>> this or can point me to some code.
>>
>> Thanks
>
> Welcome.
>
> I looked into this but decided to wait because at the time the
> postgres headers had some unpleasant features that at the time
> DPP couldn't handle. I think it might be better now.
>
> Presuming you are talking about server side extensions that is.
Thanks, yes these are server side extension something like this
but in D
http://big-elephants.com/2015-10/writing-postgres-extensions-part-i/
More information about the Digitalmars-d
mailing list