squeal-postgresql-0.9.1.3: Squeal PostgreSQL Library
Squeal is a type-safe embedding of PostgreSQL in Haskell
Modules
squeal-postgresql-0.9.1.3
- Squeal
- Squeal.PostgreSQL export module
- Squeal.PostgreSQL.Definition data definition language
- Squeal.PostgreSQL.Definition.Comment comments
- Squeal.PostgreSQL.Definition.Constraint constraint expressions
- Squeal.PostgreSQL.Definition.Function create and drop functions
- Squeal.PostgreSQL.Definition.Index create and drop indexes
- Squeal.PostgreSQL.Definition.Procedure create and drop procedures
- Squeal.PostgreSQL.Definition.Schema create and drop schemas
- Squeal.PostgreSQL.Definition.Table create, drop and alter tables
- Squeal.PostgreSQL.Definition.Type create and drop types
- Squeal.PostgreSQL.Definition.View create and drop views
- Squeal.PostgreSQL.Expression expressions
- Squeal.PostgreSQL.Expression.Aggregate aggregate functions and arguments
- Squeal.PostgreSQL.Expression.Array array functions
- Squeal.PostgreSQL.Expression.Comparison comparison functions and operators
- Squeal.PostgreSQL.Expression.Composite composite functions
- Squeal.PostgreSQL.Expression.Default optional expressions
- Squeal.PostgreSQL.Expression.Inline inline expressions
- Squeal.PostgreSQL.Expression.Json json and jsonb functions and operators
- Squeal.PostgreSQL.Expression.Logic logical expressions and operators
- Squeal.PostgreSQL.Expression.Math math functions
- Squeal.PostgreSQL.Expression.Null null expressions and handlers
- Squeal.PostgreSQL.Expression.Parameter out-of-line parameters
- Squeal.PostgreSQL.Expression.Range range types and functions
- Squeal.PostgreSQL.Expression.Sort sort expressions
- Squeal.PostgreSQL.Expression.Subquery subquery expressions
- Squeal.PostgreSQL.Expression.Text text functions and operators
- Squeal.PostgreSQL.Expression.TextSearch text search functions and operators
- Squeal.PostgreSQL.Expression.Time date/time functions and operators
- Squeal.PostgreSQL.Expression.Type type expressions
- Squeal.PostgreSQL.Expression.Window window functions, arguments and definitions
- Squeal.PostgreSQL.Manipulation data manipulation language
- Squeal.PostgreSQL.Manipulation.Call call statements
- Squeal.PostgreSQL.Manipulation.Delete delete statements
- Squeal.PostgreSQL.Manipulation.Insert insert statements
- Squeal.PostgreSQL.Manipulation.Update update statements
- Squeal.PostgreSQL.Query structured query language
- Squeal.PostgreSQL.Query.From from clauses
- Squeal.PostgreSQL.Query.From.Join Squeal joins
- Squeal.PostgreSQL.Query.From.Set set returning functions
- Squeal.PostgreSQL.Query.Select select statements
- Squeal.PostgreSQL.Query.Table intermediate table expressions
- Squeal.PostgreSQL.Query.Values values statements
- Squeal.PostgreSQL.Query.With with statements
- Squeal.PostgreSQL.Query.From from clauses
- Squeal.PostgreSQL.Render render functions
- Squeal.PostgreSQL.Session sessions
- Squeal.PostgreSQL.Session.Connection database connections
- Squeal.PostgreSQL.Session.Decode decoding of result values
- Squeal.PostgreSQL.Session.Encode encoding of statement parameters
- Squeal.PostgreSQL.Session.Exception exceptions
- Squeal.PostgreSQL.Session.Indexed indexed session monad
- Squeal.PostgreSQL.Session.Migration migrations
- Squeal.PostgreSQL.Session.Monad session monad
- Squeal.PostgreSQL.Session.Oid object identifiers
- Squeal.PostgreSQL.Session.Pool connection pools
- Squeal.PostgreSQL.Session.Result results
- Squeal.PostgreSQL.Session.Statement statements
- Squeal.PostgreSQL.Session.Transaction transaction control language
- Squeal.PostgreSQL.Session.Transaction.Unsafe unsafe transaction control language
- Squeal.PostgreSQL.Type types
- Squeal.PostgreSQL.Type.Alias aliases
- Squeal.PostgreSQL.Type.List list related types and functions
- Squeal.PostgreSQL.Type.PG embedding of Haskell types into Postgres type system
- Squeal.PostgreSQL.Type.Schema Postgres type system
- Squeal.PostgreSQL.Definition data definition language
- Squeal.PostgreSQL export module