@hackage poseidon0.1.1.0
Simple extensible library to run SQL file against PostgreSQL database.
Categories
License
BSD-3-Clause
Maintainer
grignon.florian@gmail.com
Links
Versions
Installation
Dependencies (14)
- aeson >=1.4.5.0 && <1.5
- async >=2.2.2 && <2.3
- base >=4.12.0.0 && <5
- binary >=0.8.6.0 && <0.9
- binary-bits >=0.5 && <0.6
- bytestring >=0.10.8.2 && <0.11 Show all…
Dependents (1)
@hackage/poseidon-postgis
Poseidon provides a Simple and Extensible access to PostgreSQL.
Simple: Poseidon runs a SQL query and returns a set of custom datatype. **It is not an ORM.**
Extensible: As a user of the library, you can map your custom PostgreSQL type to your Haskell datatype easily, in a pluggable way (e.g. if you're using postgis, you will be most likely interested by poseidon-postgis, that maps GeoJSON WKT to GeospatialGeometry).