postgresql-orm

An ORM (Object Relational Mapping) and migrations DSL for PostgreSQL.

LTS Haskell 19.33:0.5.1
Stackage Nightly 2022-03-17:0.5.1
Latest on Hackage:0.5.1

See all snapshots postgresql-orm appears in

LicenseRef-GPL licensed by Amit Levy and David Mazieres
Maintained by [email protected]
This version can be pinned in stack with:postgresql-orm-0.5.1@sha256:1dadd0496f3c464ca03125f464c974b4c12c909e31a2c3eefbf4ebc23238f27a,2552

Module documentation for 0.5.1

  • Data
    • Data.GetField
    • Data.RequireSelector
  • Database
    • Database.PostgreSQL
      • Database.PostgreSQL.Describe
      • Database.PostgreSQL.Devel
      • Database.PostgreSQL.Escape
      • Database.PostgreSQL.Migrate
      • Database.PostgreSQL.Migrations
      • Database.PostgreSQL.ORM
        • Database.PostgreSQL.ORM.Association
        • Database.PostgreSQL.ORM.CreateTable
        • Database.PostgreSQL.ORM.DBSelect
        • Database.PostgreSQL.ORM.Model
        • Database.PostgreSQL.ORM.SqlType
        • Database.PostgreSQL.ORM.Validations

An ORM (Object Relational Mapping) and migrations DSL for PostgreSQL. See Database.PostgreSQL.ORM for documentation.