This module defines high-level wrapper around libpq bindings.
The major goals: <ul> <li>Get more control over library errors (by converting to exceptions)</li> <li>Create layer that can be mocked in purpose of unittesting</li> </ul>
Prototype: PGconn
Prototype: PGResult
OOP styled libpq wrapper to automatically handle library loading/unloading and to provide mockable layer for unittests.
See Source File
Subject to the terms of the MIT license, as written in the included LICENSE file.
© 2014 DSoftOut
NCrashed <ncrashed@gmail.com>
This module defines high-level wrapper around libpq bindings.
The major goals: <ul> <li>Get more control over library errors (by converting to exceptions)</li> <li>Create layer that can be mocked in purpose of unittesting</li> </ul>