hpqtypes: Haskell bindings to libpqtypes
Efficient and easy-to-use bindings to (slightly modified) libpqtypes, lipq extension that adds support for binary transport format and composite types.
Since modified libpqtypes is used, its source code is bundled along with the bindings. The differences between verbatim libpqtypes and the one used by this package:
per-thread global error structures were replaced by explicit passing of these structures around so that there is no need to use bound threads.
handlers that take values to be put into the database were modified to always expect pointers to objects, as opposed to previous situation where primitives were being taken by value (which was convenient if the library was used directly from C, but created inconsistency problems while trying to define bindings in a sensible way).
Examples can be found in the examples directory.
Modules
[Index]
- Data
- Monoid
- Database
- PostgreSQL
- Database.PostgreSQL.PQTypes
- Database.PostgreSQL.PQTypes.Array
- Database.PostgreSQL.PQTypes.Binary
- Database.PostgreSQL.PQTypes.Class
- Database.PostgreSQL.PQTypes.Composite
- Database.PostgreSQL.PQTypes.Fold
- Database.PostgreSQL.PQTypes.Format
- Database.PostgreSQL.PQTypes.FromRow
- Database.PostgreSQL.PQTypes.FromSQL
- Internal
- C
- Database.PostgreSQL.PQTypes.Internal.Composite
- Database.PostgreSQL.PQTypes.Internal.Connection
- Database.PostgreSQL.PQTypes.Internal.Error
- Database.PostgreSQL.PQTypes.Internal.Exception
- Database.PostgreSQL.PQTypes.Internal.Monad
- Database.PostgreSQL.PQTypes.Internal.Notification
- Database.PostgreSQL.PQTypes.Internal.Query
- Database.PostgreSQL.PQTypes.Internal.QueryResult
- Database.PostgreSQL.PQTypes.Internal.State
- Database.PostgreSQL.PQTypes.Internal.Utils
- Database.PostgreSQL.PQTypes.Interval
- Database.PostgreSQL.PQTypes.JSON
- Database.PostgreSQL.PQTypes.Notification
- Database.PostgreSQL.PQTypes.SQL
- Database.PostgreSQL.PQTypes.ToRow
- Database.PostgreSQL.PQTypes.ToSQL
- Database.PostgreSQL.PQTypes.Transaction
- Database.PostgreSQL.PQTypes.Utils
- Database.PostgreSQL.PQTypes.XML
- Database.PostgreSQL.PQTypes
- PostgreSQL
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
tests | Build test suite | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hpqtypes-1.4.4.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.3.0, 1.3.1, 1.3.2, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.5.0, 1.5.1, 1.5.1.1, 1.5.2.0, 1.5.3.0, 1.6.0.0, 1.6.1.0, 1.7.0.0, 1.8.0.0, 1.8.0.1, 1.9.0.0, 1.9.0.1, 1.9.1.0, 1.9.1.1, 1.9.1.2, 1.9.2.0, 1.9.2.1, 1.9.3.0, 1.9.3.1, 1.9.4.0, 1.10.0.0, 1.10.0.1, 1.10.0.2, 1.11.0.0, 1.11.1.0, 1.11.1.1, 1.11.1.2, 1.12.0.0 (info) |
---|---|
Change log | CHANGELOG.md |
Dependencies | aeson (>=0.6.2.0), base (>=4.6 && <5), bytestring (>=0.9), containers (>=0.4.0.0), data-default-class, exceptions (>=0.6), hpqtypes, HUnit (>=1.2), lifted-base (>=0.2), monad-control (>=0.3), mtl (>=2.1), QuickCheck (>=2.5 && <2.9), random (>=1.0), resource-pool (>=0.2), scientific, test-framework (>=0.8), test-framework-hunit (>=0.3), text (>=0.11), time (>=1.4), transformers (>=0.2.2), transformers-base (>=0.4), unordered-containers, vector (>=0.10) [details] |
License | BSD-3-Clause |
Author | Scrive |
Maintainer | Andrzej Rybczak <andrzej@scrive.com> |
Revised | Revision 1 made by MikhailGlushenkov at 2016-09-21T22:42:30Z |
Category | Database |
Home page | https://github.com/scrive/hpqtypes |
Source repo | head: git clone git@github.com:scrive/log.git |
Uploaded | by arybczak at 2016-01-19T07:48:34Z |
Distributions | LTSHaskell:1.12.0.0, Stackage:1.12.0.0 |
Reverse Dependencies | 7 direct, 0 indirect [details] |
Executables | tests |
Downloads | 22501 total (7 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-01-19 [all 1 reports] |