@hackage / postgresql-simple-ltree

Instances for using ltree with postgresql-simple

Latest0.0.0.0

About

Metadata

  • Last updated , by carymrobbins
  • License BSD-3-Clause
  • Categories Databases
  • Maintained by: carymrobbins@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

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.