Top 7 Haskell Sqlite Projects
-
I'm not familiar with GPUs specifically, but I have seen this for ORMs that support multiple SQL dialects (e.g. [0]).
A great technique is called 'tagless final encoding' [1]. Using this technique, you can specify capabilities of an embedded domain-specific language (eDSL) such that you can have a shared (but narrow) common set of features, while allowing specializations of this eDSL to support extra features.
[0]: https://github.com/haskell-beam/beam
[1]: https://nrinaudo.github.io/articles/tagless_final.html
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
PolysemyCleanArchitecture
Showcasing how the Polysemy library can be used to implement a REST application conforming to the guidelines of the Clean Architecture model.
-
-
-
sqlite-simple-errors
Light wrapper around errors from sqlite-simple to make working with constraint errors a bit easier.
Haskell Sqlite discussion
Haskell Sqlite related posts
Index
What are some of the best open-source Sqlite projects in Haskell? This list will help you:
Project | Stars | |
---|---|---|
1 | beam | 584 |
2 | selda | 478 |
3 | TaskLite | 234 |
4 | PolysemyCleanArchitecture | 191 |
5 | sqlite-simple | 131 |
6 | SQLiteDAV | 59 |
7 | sqlite-simple-errors | 5 |