hasql
Version 1.8.1.3 revision 0 uploaded by NikitaVolkov.
Package meta
- Synopsis
- Fast PostgreSQL driver with a flexible mapping API
- Description
Root of the "hasql" ecosystem. This library provides connection management, execution of queries and mapping of parameters and results. Extended functionality such as pooling, transactions and compile-time checking is provided by extension libraries. For more details and tutorials see the readme.
The API comes free from all kinds of exceptions. All error-reporting is explicit and is presented using the Either type.
"hasql" requires you to have the "libpq" C-library installed to compile. Starting from version 1.7 of "hasql" it requires "libpq" of at least version 14. "libpq" comes distributed with PostgreSQL, so typically all you need is just to install the latest PostgreSQL distro.
Despite the mentioned requirements for "libpq" "hasql" is compatible with a wide range of PostgreSQL servers with tests having been conducted starting from version 8.3.
- Author
- Nikita Volkov <nikita.y.volkov@mail.ru>
- Bug reports
- https://github.com/nikita-volkov/hasql/issues
- Category
- Hasql, Database, PostgreSQL
- Copyright
- (c) 2014, Nikita Volkov
- Homepage
- https://github.com/nikita-volkov/hasql
- Maintainer
- Nikita Volkov <nikita.y.volkov@mail.ru>
- Package URL
- n/a
- Stability
- n/a