@hackage hpgsql-simple-compat0.1.0.0
Fork of postgresql-simple implemented with hpgsql instead of postgresql-libpq.
Categories
License
BSD-3-Clause
Maintainer
Marcelo Zabani
Links
Versions
- 0.1.0.0 Fri, 15 May 2026
Installation
Dependencies (18)
- Only >=0.1 && <0.2
- aeson >=2.2 && <2.3
- attoparsec >=0.14 && <0.15
- base >=4.18 && <4.21
- bytestring >=0.11 && <0.13
- case-insensitive >=1.2 && <1.3 Show all…
Dependents (0)
This is a fork of postgresql-simple that tries to preserve its API as much as possible, but uses hpgsql instead of postgresql-libpq under the hood. The idea is to ease migrating to hpgsql itself. Check the GitHub for more information.