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 6 Haskell Postgre 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.
-
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
-
-
-
-
Haskell Postgres discussion
Haskell Postgres related posts
-
Generate an OpenAPI From Your Database
-
Top FP technologies
-
DB2Rest VS postgrest - a user suggested alternative
2 projects | 8 Jan 2024 -
Prisma + ZenStack: An Alternative to PostgREST
-
Business Logic Inside Database - How Evil Is It?
-
is it a good idea to develop a database with direct rest API access??
-
How to use Supabase RLS with third-party client library?
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 23 Apr 2025
Index
What are some of the best open-source Postgre projects in Haskell? This list will help you:
# | Project | Stars |
---|---|---|
1 | postgrest | 25,150 |
2 | beam | 596 |
3 | fts | 28 |
4 | Frames-beam | 24 |
5 | postgresql-resilient | 15 |
6 | postgres-options | 1 |