Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Top 8 Haskell SQL Projects
-
This is especially helpful because Supabase uses PostegREST under the hood, which does not support OpenAPI 3.x. Note that some Postgres specific features like enums are not converted to JSON Schema enums as Sequelize doesn't expose that information.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
hstream
HStreamDB is an open-source, cloud-native streaming database for IoT and beyond. Modernize your data stack for real-time applications. (by hstreamdb)
-
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
-
-
-
-
codd
Codd is a simple-to-use CLI tool that applies plain postgres SQL migrations atomically with strong and automatic cross-environment schema equality checks. (by mzabani)
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
Haskell SQL discussion
Haskell SQL related posts
-
Generate an OpenAPI From Your Database
-
Optimizing a Rust GPU matmul kernel
-
How to use PostgreSQL with Haskell: beam
-
How to use PostgreSQL with Haskell: selda
-
Choosing the right abstraction level for SQLite library.
-
Announcing codd - a tool to apply postgres SQL migrations
-
What's your favorite Database EDSL/library in Haskell?
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 17 Apr 2025
Index
What are some of the best open-source SQL projects in Haskell? This list will help you:
# | Project | Stars |
---|---|---|
1 | postgrest | 25,115 |
2 | hstream | 722 |
3 | beam | 596 |
4 | selda | 478 |
5 | squeal-postgresql | 371 |
6 | rel8 | 158 |
7 | codd | 39 |
8 | sql-simple-mysql | 1 |