derelict-pq 2.1.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.5 for the D Programming Language.
Please see the Derelict documentation for information on how to build DerelictPQ and load libpq at run time. 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.
...
}
- Registered by Mike Parker
- 2.1.0 released 9 years ago
- DerelictOrg/DerelictPQ
- github.com/DerelictOrg/DerelictPQ
- Boost
- Authors:
- 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 - Download Stats:
-
-
18 downloads today
-
104 downloads this week
-
1586 downloads this month
-
108883 downloads total
-
- Score:
- 4.4
- Short URL:
- derelict-pq.dub.pm