The latest version of postgresql-simple-named is 0.0.5.0-0.

postgresql-simple-named

Version 0.0.0.0 revision 0 uploaded by vrom911.

Package meta

Synopsis
Implementation of named parameters for `postgresql-simple` library
Description

Implementation of named parameters for postgresql-simple library.

Here is an exaple of how it could be used in your code:

queryNamed [sql|
    SELECT *
    FROM table
    WHERE foo = ?foo
      AND bar = ?bar
      AND baz = ?foo
|] [ "foo" =? "fooBar"
   , "bar" =? "barVar"
   ]
Author
Dmitrii Kovanikov, Veronika Romashkina
Bug reports
https://github.com/Holmusk/postgresql-simple-named/issues
Category
Database, PostgreSQL
Copyright
2019 Holmusk
Homepage
https://github.com/Holmusk/postgresql-simple-named
Maintainer
Holmusk <tech@holmusk.com>
Package URL
n/a
Stability
n/a

Components