# Haskell PostgreSQL-typed
A Haskell PostgreSQL interface that provides type-safety through compile-time (template Haskell) database access.
See the [Haddock](http://hackage.haskell.org/package/postgresql-typed) documentation in [Database.PostgreSQL.Typed](http://hackage.haskell.org/package/postgresql-typed/docs/Database-PostgreSQL-Typed.html) or the [test cases](test/Main.hs) for simple examples.
[](https://travis-ci.org/dylex/postgresql-typed)