Top 12 Haskell Hasql Projects
-
Project mention: [ANN] hasql-listen-notify: LISTEN/NOTIFY support for hasql | /r/haskell | 2023-01-30
The API comes free from all kinds of exceptions. All error-reporting is explicit and is presented using the Either type.
-
unexpected '&'
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
-
-
-
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
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.
-
-
-
Haskell Hasql related posts
Index
What are some of the best open-source Hasql projects in Haskell? This list will help you:
Project | Stars | |
---|---|---|
1 | hasql | 483 |
2 | hasql-th | 104 |
3 | hasql-postgres | 20 |
4 | hasql-queue | 17 |
5 | hasql-notifications | 12 |
6 | hasql-transaction | 12 |
7 | hasql-cursor-query | 6 |
8 | hasql-dynamic-statements | 4 |
9 | hasql-simple | 3 |
10 | hasql-implicits | 2 |
11 | hasql-backend | 2 |
12 | hasql-class | 1 |