hasql-th VS hasql-dynamic-statements

Compare hasql-th vs hasql-dynamic-statements and see what are their differences.

hasql-th

Template Haskell utilities for Hasql (by nikita-volkov)

hasql-dynamic-statements

Dynamic statements for Hasql (by nikita-volkov)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
hasql-th hasql-dynamic-statements
4 1
109 5
- -
5.2 0.0
4 months ago over 1 year ago
Haskell Haskell
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

hasql-th

Posts with mentions or reviews of hasql-th. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-03.

hasql-dynamic-statements

Posts with mentions or reviews of hasql-dynamic-statements. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-09.
  • Persistent vs. beam for production database
    2 projects | /r/haskell | 9 Feb 2023
    In typical CRUD applications you can get a long way with type-checked plain SQL and tuples via hasql-th, which is a great time saver at prototyping. Later on when you have more conditional logic in your queries you can gradually substitute it with dynamic statements. It works very well in production where you incrementally refine your own high-level abstractions with appropriate encoders/decoders, you can even build your own DSL on top of it, instead of relying on pre-defined query building APIs of Persistent and Beam. But again, both Persistent and Beam will work well too.

What are some alternatives?

When comparing hasql-th and hasql-dynamic-statements you can also consider the following projects:

Neks - A dead simple networked key/value store

hasql - The fastest PostgreSQL libpq-based driver for Haskell

tokyocabinet-haskell - This repository will get archived soon. Please visit https://git.singpolyma.net/tokyocabinet-haskell

wai-middleware-cache-redis - Redis backend for wai-middleware-cache

ampersand - Build database applications faster than anyone else, and keep your data pollution free as a bonus.

hasql-notifications - Use PostgreSQL LISTEN/NOTIFY with your Hasql Types

hasql-transaction - A composable abstraction over retriable transactions for Hasql

hasql-cursor-query - A declarative abstraction over PostgreSQL Cursor

logging-effect - A very general logging effect for Haskell

aeson-json-ast - Integration layer for "json-ast" and "aeson"

ether - Monad Transformers and Classes

hworker - A reliable at-least-once job queue built on Redis.