poseidon: Simple extensible library to run SQL file against PostgreSQL database.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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).
Properties
Versions | 0.1.0.0, 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 |
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-28T16:40:35Z |
Modules
[Index] [Quick Jump]
- Data
- Database
Downloads
- poseidon-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees