hasql-dynamic-statements
aeson-json-ast
hasql-dynamic-statements | aeson-json-ast | |
---|---|---|
1 | - | |
5 | 1 | |
- | - | |
6.7 | 0.0 | |
4 months ago | almost 8 years ago | |
Haskell | Haskell | |
MIT License | MIT License |
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-dynamic-statements
-
Persistent vs. beam for production database
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.
aeson-json-ast
We haven't tracked posts mentioning aeson-json-ast yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
logging-effect - A very general logging effect for Haskell
argon2 - Haskell bindings to libargon2 - the reference implementation of the Argon2 password-hashing function
hworker - A reliable at-least-once job queue built on Redis.
elm-repl
rss - A library for generating RSS 2.0 feeds.
ascii-art-to-unicode - Small program to convert ASCII box art to Unicode box drawings.
semver-range - Implementation of semver and NPM-style semantic version ranges in Haskell
pointfree - Maintenance of the pointfree Hackage package.
hasql-implicits - Implicit definitions for Hasql, such as default codecs for standard types
deque - Double-ended queues
google-oauth2 - Google OAuth2 token negotiation
load-balancing