poseidon-postgis-0.1.1.0: Extension of Poseidon library for Postgis (Spatial and Geographic objects for PostgreSQL)

Copyright(c) 2019 Florian Grignon
LicenseBSD3
Maintainergrignon.florian@gmail.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Data.Poseidon.Postgis

Description

This library provide 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).

Documentation

newtype PGGeospatialGeometry Source #