hpqtypes-extras: Extra utilities for hpqtypes library

[ bsd3, database, library ] [ Propose Tags ]

The following extras for hpqtypes library:

  • DSL for easy, modular construction of SQL queries.

  • System for automatic validation and migration of a database schema.


[Skip to Readme]

Modules

[Last Documentation]

  • Database
    • PostgreSQL
      • PQTypes
        • Database.PostgreSQL.PQTypes.Checks
        • Database.PostgreSQL.PQTypes.ExtrasOptions
        • Database.PostgreSQL.PQTypes.Migrate
        • Database.PostgreSQL.PQTypes.Model
          • Database.PostgreSQL.PQTypes.Model.Check
          • Database.PostgreSQL.PQTypes.Model.ColumnType
          • Database.PostgreSQL.PQTypes.Model.CompositeType
          • Database.PostgreSQL.PQTypes.Model.Domain
          • Database.PostgreSQL.PQTypes.Model.Extension
          • Database.PostgreSQL.PQTypes.Model.ForeignKey
          • Database.PostgreSQL.PQTypes.Model.Index
          • Database.PostgreSQL.PQTypes.Model.Migration
          • Database.PostgreSQL.PQTypes.Model.PrimaryKey
          • Database.PostgreSQL.PQTypes.Model.Table
        • SQL
          • Database.PostgreSQL.PQTypes.SQL.Builder
        • Database.PostgreSQL.PQTypes.Versions

Downloads

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'.

Versions [RSS] 1.2.4, 1.3.0.0, 1.3.1.0, 1.3.1.1, 1.4.0.0, 1.5.0.0, 1.5.0.1, 1.6.0.0, 1.6.1.0, 1.6.2.0, 1.6.3.0, 1.6.4.0, 1.7.0.0, 1.7.1.0, 1.8.0.0, 1.9.0.0, 1.9.0.1, 1.10.0.0, 1.10.1.0, 1.10.2.0, 1.10.2.1, 1.10.3.0, 1.10.4.0, 1.11.0.0, 1.12.0.0, 1.12.0.1, 1.13.0.0, 1.13.1.0, 1.14.0.0, 1.14.1.0, 1.15.0.0, 1.16.0.0, 1.16.1.0, 1.16.2.0, 1.16.3.0, 1.16.3.1, 1.16.4.0, 1.16.4.1, 1.16.4.2, 1.16.4.3, 1.16.4.4 (info)
Change log CHANGELOG.md
Dependencies base (>4 && <4.13), base16-bytestring, bytestring, containers, cryptohash, data-default, exceptions, fields-json, hpqtypes (>=1.6 && <1.7), lifted-base, log-base (>=0.7), monad-control (>=1.0.0.0), mtl, safe, semigroups (>=0.16), text, text-show [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>
Revised Revision 1 made by MikhailGlushenkov at 2019-05-22T11:59:46Z
Category Database
Home page https://github.com/scrive/hpqtypes-extras
Source repo head: git clone https://github.com/scrive/hpqtypes-extras.git
Uploaded by MikhailGlushenkov at 2019-01-08T08:37:18Z
Distributions LTSHaskell:1.16.4.4, Stackage:1.16.4.4
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 16825 total (99 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2019-01-08 [all 2 reports]

Readme for hpqtypes-extras-1.7.0.0

[back to package description]

hpqtypes-extras Hackage version Build Status

The following extras for hpqtypes library:

  • DSL for easy, modular construction of SQL queries.

  • System for automatic validation and migration of a database schema.