Writing Postgresql extension in D

Laeeth Isharc Laeeth at laeeth.com
Fri Nov 16 19:10:22 UTC 2018


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.




More information about the Digitalmars-d mailing list