Popularity
2.3
Declining
Activity
0.0
Stable
2
3
0
Monthly Downloads: 4
Programming language: Haskell
License: MIT License
Latest version: v0.3.1.0
opaleye-classy alternatives and similar packages
Based on the "opaleye" category.
Alternatively, view opaleye-classy alternatives based on common mentions on social networks and blogs.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of opaleye-classy or a related project?
README
opaleye-classy
Classy MTL extension of the lovely Opaleye library, which simply just wraps things up in a MonadReader , MonadError context where the config/error are constrained by Classy Lenses/Prisms rather than by concrete non-extensible types.
More info on this pattern can be found in George Wilson's BFPG talk:
http://talks.bfpg.org/talks/2015-06-09.next_level_mtl.html
Warnings
- This will only work if you only talk to one DB in your transformer stack.
- This API is missing a few IO operations from Opaleye. If you need other functions exported then let me know or drop in a PR.