squeal-postgresql: Squeal PostgreSQL Library

[ bsd3, database, library, program ] [ Propose Tags ]

Squeal is a type-safe embedding of PostgreSQL in Haskell


[Skip to Readme]

Modules

[Last Documentation]

  • Squeal
    • Squeal.PostgreSQL
      • Squeal.PostgreSQL.Definition
        • Squeal.PostgreSQL.Definition.Comment
        • Squeal.PostgreSQL.Definition.Constraint
        • Squeal.PostgreSQL.Definition.Function
        • Squeal.PostgreSQL.Definition.Index
        • Squeal.PostgreSQL.Definition.Procedure
        • Squeal.PostgreSQL.Definition.Schema
        • Squeal.PostgreSQL.Definition.Table
        • Squeal.PostgreSQL.Definition.Type
        • Squeal.PostgreSQL.Definition.View
      • Squeal.PostgreSQL.Expression
        • Squeal.PostgreSQL.Expression.Aggregate
        • Squeal.PostgreSQL.Expression.Array
        • Squeal.PostgreSQL.Expression.Comparison
        • Squeal.PostgreSQL.Expression.Composite
        • Squeal.PostgreSQL.Expression.Default
        • Squeal.PostgreSQL.Expression.Inline
        • Squeal.PostgreSQL.Expression.Json
        • Squeal.PostgreSQL.Expression.Logic
        • Squeal.PostgreSQL.Expression.Math
        • Squeal.PostgreSQL.Expression.Null
        • Squeal.PostgreSQL.Expression.Parameter
        • Squeal.PostgreSQL.Expression.Range
        • Squeal.PostgreSQL.Expression.Sort
        • Squeal.PostgreSQL.Expression.Subquery
        • Squeal.PostgreSQL.Expression.Text
        • Squeal.PostgreSQL.Expression.TextSearch
        • Squeal.PostgreSQL.Expression.Time
        • Squeal.PostgreSQL.Expression.Type
        • Squeal.PostgreSQL.Expression.Window
      • Squeal.PostgreSQL.Manipulation
        • Squeal.PostgreSQL.Manipulation.Call
        • Squeal.PostgreSQL.Manipulation.Delete
        • Squeal.PostgreSQL.Manipulation.Insert
        • Squeal.PostgreSQL.Manipulation.Update
      • Squeal.PostgreSQL.Query
        • Squeal.PostgreSQL.Query.From
          • Squeal.PostgreSQL.Query.From.Join
          • Squeal.PostgreSQL.Query.From.Set
        • Squeal.PostgreSQL.Query.Select
        • Squeal.PostgreSQL.Query.Table
        • Squeal.PostgreSQL.Query.Values
        • Squeal.PostgreSQL.Query.With
      • Squeal.PostgreSQL.Render
      • Squeal.PostgreSQL.Session
        • Squeal.PostgreSQL.Session.Connection
        • Squeal.PostgreSQL.Session.Decode
        • Squeal.PostgreSQL.Session.Encode
        • Squeal.PostgreSQL.Session.Exception
        • Squeal.PostgreSQL.Session.Indexed
        • Squeal.PostgreSQL.Session.Migration
        • Squeal.PostgreSQL.Session.Monad
        • Squeal.PostgreSQL.Session.Oid
        • Squeal.PostgreSQL.Session.Pool
        • Squeal.PostgreSQL.Session.Result
        • Squeal.PostgreSQL.Session.Statement
        • Squeal.PostgreSQL.Session.Transaction
          • Squeal.PostgreSQL.Session.Transaction.Unsafe
      • Squeal.PostgreSQL.Type
        • Squeal.PostgreSQL.Type.Alias
        • Squeal.PostgreSQL.Type.List
        • Squeal.PostgreSQL.Type.PG
        • Squeal.PostgreSQL.Type.Schema

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.4, 0.2, 0.2.0.1, 0.2.1.0, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.4.0.0, 0.5.0.0, 0.5.1.0, 0.5.2.0, 0.6.0.0, 0.6.0.1, 0.6.0.2, 0.7.0.0, 0.7.0.1, 0.8.0.0, 0.8.1.0, 0.8.1.1, 0.9.0.0, 0.9.1.0, 0.9.1.1, 0.9.1.2, 0.9.1.3
Dependencies aeson (>=1.4.7.1), base (>=4.12.0.0 && <5.0), binary (>=0.8.7.0), binary-parser (>=0.5.5), bytestring (>=0.10.10.0), bytestring-strict-builder (>=0.4.5.3), deepseq (>=1.4.4.0), exceptions (>=0.10.3), free-categories (>=0.2.0.0), generics-sop (>=0.5.1.0), hashable (>=1.3.0.0), mmorph (>=1.1.3), monad-control (>=1.0.2.3), mtl (>=2.2.2), network-ip (>=0.3.0.3), postgresql-binary (>=0.12.2), postgresql-libpq (>=0.9.4.2), profunctors (>=5.5.2), records-sop (>=0.1.0.3), resource-pool (>=0.2.3.2), scientific (>=0.3.6.2), squeal-postgresql, text (>=1.2.3.2), time (>=1.9.3), transformers (>=0.5.6.2), transformers-base (>=0.4.5.2), unliftio (>=0.2.12.1), uuid-types (>=1.0.3), vector (>=0.12.1.2) [details]
License BSD-3-Clause
Copyright Copyright (c) 2022 Morphism, LLC
Author Eitan Chatav
Maintainer eitan.chatav@gmail.com
Category Database
Home page https://github.com/morphismtech/squeal
Bug tracker https://github.com/morphismtech/squeal/issues
Source repo head: git clone https://github.com/morphismtech/squeal.git
Uploaded by echatav at 2022-11-21T18:04:36Z
Distributions LTSHaskell:0.9.1.3
Reverse Dependencies 4 direct, 1 indirect [details]
Executables example
Downloads 10875 total (76 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2022-11-21 [all 2 reports]

Readme for squeal-postgresql-0.9.1.0

[back to package description]

squeal-postgresql

squeal-icon

CircleCI

Github

Hackage

Stackage