postgresql-simple-named: Implementation of named parameters for `postgresql-simple` library
Implementation of named parameters for postgresql-simple
library.
Here is an exaple of how it could be used in your code:
queryNamed dbConnection [sql| SELECT * FROM table WHERE foo = ?foo AND bar = ?bar AND baz = ?foo |] [ "foo" =? "fooBar" , "bar" =? "barVar" ]
[Skip to Readme]
Downloads
- postgresql-simple-named-0.0.5.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.0.0, 0.0.1.0, 0.0.2.0, 0.0.3.0, 0.0.4.0, 0.0.5.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.11 && <4.20), bytestring (>=0.10 && <0.13), mtl (>=2.2 && <2.4), postgresql-simple (>=0.5 && <0.8), text (>=1.2 && <2.2) [details] |
Tested with | ghc ==9.0.2, ghc ==9.2.8, ghc ==9.4.8, ghc ==9.6.3, ghc ==9.8.1 |
License | MPL-2.0 |
Copyright | 2019 Holmusk |
Author | Veronika Romashkina, Dmitrii Kovanikov |
Maintainer | Holmusk <tech@holmusk.com> |
Category | Database, PostgreSQL |
Home page | https://github.com/Holmusk/postgresql-simple-named |
Bug tracker | https://github.com/Holmusk/postgresql-simple-named/issues |
Source repo | head: git clone https://github.com/Holmusk/postgresql-simple-named.git |
Uploaded | by HolmuskTechTeam at 2024-01-04T07:13:31Z |
Distributions | |
Downloads | 1711 total (37 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2024-01-04 [all 1 reports] |