Creating Postgresql extensions in D

Denis Feklushkin feklushkin.denis at gmail.com
Mon Sep 14 22:37:38 UTC 2020


On Sunday, 6 September 2020 at 05:07:36 UTC, kajaru wrote:
> I haven't found anything except a single topic here where 
> there's no helpful information.
>
> Has anyone done that nowadays? Is there any simple example? Is 
> it possible at all in D?

A bit offtopic: it might be worth find or developing a protocol 
for calling Postgres functions and aggregates from PG server to 
local external handlers. Something like WCGI but binary for local 
processes. This will lead to tiny well-tested loadable PG module.

This will be more safe than run custom binaries on production 
RDBMS.

Support of PG binary types is already implemented in 
https://github.com/denizzzka/dpq2


More information about the Digitalmars-d mailing list