On Saturday, 19 July 2025 at 03:01:51 UTC, Richard (Rikki) Andrew
Cattermole wrote:
A quick look for dpq2 shows that by default it is configured to
use a static binding to PostgreSQL client library.
https://github.com/denizzzka/dpq2/blob/master/dub.json#L20
It explicitly adds a shared library
There isn't a pg.lib file in my PG17 installation on Win11 Pro -
the closest I see is postgres.lib. What did I miss?
- D source code
import dpq2;
import std.stdio;
void main() {
// Adjust credentials as needed
Hi,
Is anyone using Oracle's Pro*C with D?
Thanks,
KP