dsh-sql: SQL backend for Database Supported Haskell (DSH)

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

This package provides an SQL backend for Database Supported Haskell (DSH). It provides the ability to generate SQL code and execute DSH queries on supported SQL database engines. Currently, only PostgreSQL is supported.


[Skip to Readme]

Modules

  • Database
    • DSH
      • Backend
        • Database.DSH.Backend.Sql

Flags

Automatic Flags
NameDescriptionDefault
debuggraph

Print debugging information for graph rewrites (TA)

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.0.0, 0.2.0.1, 0.2.0.2
Dependencies aeson (>=0.8), algebra-dag (>=0.1), algebra-sql (>=0.3), base (>=4.8 && <5), bytestring (>=0.10), bytestring-lexing (>=0.4), containers (>=0.5), Decimal (>=0.4), DSH (>=0.12), either (>=4.0), HDBC (>=2.4.0.1), HDBC-odbc (>=2.4), mtl (>=2.1), process (>=1.2), random (>=1.1), semigroups (>=0.16), set-monad (>=0.1), template-haskell (>=2.9), text (>=1.1), vector (>=0.10) [details]
License BSD-3-Clause
Author Alexander Ulrich
Maintainer alex@etc-network.de
Category Database
Source repo head: git clone https://github.com/ulricha/dsh-sql
Uploaded by AlexUlrich2 at 2015-05-29T20:32:39Z
Distributions
Downloads 2324 total (10 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 2016-12-09 [all 6 reports]

Readme for dsh-sql-0.2.0.0

[back to package description]

PostgreSQL backend for Database-Supported Haskell (DSH)

This package provides an SQL backend for Database Supported Haskell (DSH). It provides the ability to generate SQL code and execute DSH queries on supported SQL database engines. Currently, only PostgreSQL is supported.