postgresql-ltree: Types and functions for representing PostgreSQL's ltree

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]

Please see the README on GitHub at https://github.com/simspace/postgresql-ltree#readme


[Skip to Readme]

Properties

Versions 0.0.0.0, 0.0.0.0
Change log CHANGELOG.md
Dependencies aeson (>=1.5.6.0 && <2), attoparsec (>=0.13.2.5 && <1), base (>=4.7 && <5), containers (>=0.6.5.1 && <1), text (>=1.2.4.1 && <2), uuid (>=1.3.15 && <2) [details]
License BSD-3-Clause
Copyright 2022 SimSpace
Author Cary Robbins
Maintainer carymrobbins@gmail.com
Category Database
Home page https://github.com/simspace/postgresql-ltree#readme
Bug tracker https://github.com/simspace/postgresql-ltree/issues
Source repo head: git clone https://github.com/simspace/postgresql-ltree
Uploaded by carymrobbins at 2022-07-22T19:02:45Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for postgresql-ltree-0.0.0.0

[back to package description]

postgresql-ltree

Haskell support for PostgreSQL's ltree.

postgresql-ltree postgresql-ltree

Core types and functions for use in Haskell code. Does not provide support for any database library; use one of the following libraries instead.

postgresql-simple-ltree postgresql-simple-ltree

Contains type class instances for FromField and ToField for use with postgresql-simple. Re-exports types and functions from postgresql-ltree so there should be no need to depend on both.