preql
Version 0.6 revision 0 uploaded by bergey.
Package meta
- Synopsis
- safe PostgreSQL queries using Quasiquoters
- Description
Before you Post(gres)QL, preql.
preql
provides an effect type class SQL, a select quasiquoter that checks SQL syntax at compile time, and a sql quasiquoter that supports variable antiquotes, but does not attempt syntax validation.For more details, read the quickstart or the vision
Most applications will want to import the top-level module
Preql
. When writingSQL
instances or your own higher-level abstractions, you may want the lower-level, IO-specific functions inPreql.Wire
, not all of which are re-exported fromPreql
.- Author
- Daniel Bergey
- Bug reports
- https://github.com/bergey/preql/issues
- Category
- Database, PostgreSQL
- Copyright
- n/a
- Homepage
- https://github.com/bergey/preql#readme
- Maintainer
- bergey@teallabs.org
- Package URL
- n/a
- Stability
- n/a