hpqtypes: Haskell bindings to libpqtypes

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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:

Examples can be found in the examples directory.


[Skip to Readme]

Properties

Versions 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.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
Change log CHANGELOG.md
Dependencies aeson (>=0.6.2.0), base (>=4.7 && <4.12), bytestring (>=0.9), containers (>=0.4.0.0), data-default-class, exceptions (>=0.6), lifted-base (>=0.2), monad-control (>=0.3), mtl (>=2.1), resource-pool (>=0.2), semigroups (>=0.16), text (>=0.11), text-show (>=2), time (>=1.4), transformers (>=0.2.2), transformers-base (>=0.4), vector (>=0.10) [details]
License BSD-3-Clause
Copyright Scrive AB
Author Scrive AB
Maintainer Andrzej Rybczak <andrzej@rybczak.net>, Jonathan Jouty <jonathan@scrive.com>, Mikhail Glushenkov <mikhail@scrive.com>
Category Database
Home page https://github.com/scrive/hpqtypes
Source repo head: git clone https://github.com/scrive/hpqtypes.git
this: git clone https://github.com/scrive/hpqtypes.git(tag 1.5.2.0)
Uploaded by MikhailGlushenkov at 2018-03-18T22:01:43Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for hpqtypes-1.5.2.0

[back to package description]

hpqtypes Hackage version Build Status

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:

Examples can be found in the examples directory.