poseidon: Simple extensible library to run SQL file against PostgreSQL database.
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).
Downloads
- poseidon-0.1.1.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.1.0.0, 0.1.1.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | 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), generics-eot (>=0.4 && <0.5), postgresql-libpq (>=0.9.4 && <0.10), random (>=1.1 && <1.2), scientific (>=0.3.6.2 && <0.4), text (>=1.2 && <1.3), time (>=1.9 && <1.10), unordered-containers (>=0.2.10.0 && <0.3), uuid (>=1.3 && <1.14) [details] |
License | BSD-3-Clause |
Author | Florian Grignon |
Maintainer | grignon.florian@gmail.com |
Category | Database, PostgreSQL |
Home page | https://github.com/FlogFr/poseidon |
Bug tracker | https://github.com/FlogFr/poseidon/issues |
Source repo | head: git clone git://github.com/FlogFr/poseidon.git |
Uploaded | by FlogFR at 2019-09-28T19:28:50Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 771 total (7 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-09-28 [all 1 reports] |