derelict-pq 1.0.0

A dynamic binding to the libpq library.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

DerelictPQ

A dynamic binding to the libpq library version 9.3 for the D Programming Language.

For information on how to build DerelictPQ and link it with your programs, please see the post Using Derelict at The One With D.

For information on how to load the libpq library via DerelictPQ, see the page DerelictUtil for Users at the DerelictUtil Wiki. In the meantime, here's some sample code.

import derelict.pq.pq;

void main() {
    // Load the Postgres library.
    DerelictPQ.load();

    // Now libpq functions can be called.
    ...
}
Authors:
  • Anton Gushcha
  • Mike Parker
Dependencies:
derelict-util
Versions:
4.0.0 2022-Mar-04
4.0.0-alpha.2 2018-Mar-07
3.0.0-beta.4 2018-Mar-07
3.0.0-beta.3 2017-Sep-22
3.0.0-beta.2 2017-Jun-17
Show all 23 versions
Download Stats:
  • 112 downloads today

  • 312 downloads this week

  • 1665 downloads this month

  • 100033 downloads total

Score:
4.4
Short URL:
derelict-pq.dub.pm