dhall VS postgrest

Compare dhall vs postgrest and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
dhall postgrest
10 100
898 22,103
0.3% 1.1%
7.3 9.7
8 days ago 6 days ago
Dhall Haskell
BSD 3-clause "New" or "Revised" License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

dhall

Posts with mentions or reviews of dhall. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-02.
  • Why Functional Programming Should Be the Future of Software
    11 projects | news.ycombinator.com | 2 Nov 2022
    ```

    If you mean installing Dhall's dependencies (https://github.com/dhall-lang/dhall-haskell/blob/master/dhal...), those aren't too crazy, but they're definitely not all "beginner level". Template Haskell in particular is quite heavyweight.

  • Dhall: A Gateway Drug to Haskell
    27 projects | news.ycombinator.com | 7 Jun 2022
    Ok, lets be specific. Lets write a comment to explain this function:

    https://github.com/dhall-lang/dhall-haskell/blob/master/dhal...

  • Nix: An idea whose time has come
    17 projects | news.ycombinator.com | 18 Feb 2022
    I haven't tried it but apparently you can compile to Nix from Dhall:

    > You can use this compiler to program Nix using the Dhall language. This package targets people who wish Nix had a type system.

    https://github.com/dhall-lang/dhall-haskell/tree/master/dhal...

  • Usage Of Cryptonite Library In GHCJS
    3 projects | /r/haskell | 26 Jan 2022
  • How to Learn Nix
    11 projects | news.ycombinator.com | 22 Nov 2021
    If the problem is the syntax and people wants some other format that compiles to nix, there's dhall

    https://dhall-lang.org/

    https://github.com/dhall-lang/dhall-haskell/tree/master/dhal...

    https://www.haskellforall.com/2017/01/typed-nix-programming-...

    Dhall is a generic config language with some programming capabilities (but not turing complete) that can compile to json, yaml, and other formats, like in this instance nix.

  • Google Summer of Code Summary: Dhall bindings to CSV
    2 projects | dev.to | 21 Aug 2021
    For my GSoC project, I built from scratch the dhall-csv package on the Dhall Haskell implementation Github Repository. Said package provides two executables, dhall-to-csv (which converts Dhall files into CSV files) and csv-to-dhall (which converts CSV files into Dhall files). It also provides Haskell libraries with the functions that translate bidirectionally between Dhall and CSV.
  • Wuffs the Language
    4 projects | news.ycombinator.com | 7 Apr 2021
    > If you add constraints (like not being able to feed the program to itself as is done in the halting problem and not allowing unbounded loops) then it is possible to determine if a program will terminate or not.

    Dhall is a good example - https://github.com/dhall-lang/dhall-haskell .

  • INTERCAL, YAML, And Other Horrible Programming Languages
    12 projects | /r/programming | 25 Feb 2021
    See also https://dhall-lang.org/
  • Common Nginx misconfigurations that leave your web server open to attack
    4 projects | news.ycombinator.com | 25 Feb 2021
    That just seems like an even greater nightmare to me. Soon you would have to learn to read and understand a custom program in a Turing-complete language for each and every installation.

    The proper solution is a DSL, just a better DSl. Or perhaps a DSL embedded in something like dhall <https://dhall-lang.org/>, but definitely not a general-purpose programming language.

  • i want that
    1 project | /r/ProgrammerHumor | 18 Feb 2021
    Dhall

postgrest

Posts with mentions or reviews of postgrest. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-15.
  • Supabase – General Availability Week
    7 projects | news.ycombinator.com | 15 Apr 2024
    hey hn, supabase ceo her

    we just announced GA, after ~4 years of beta. for those who don't know: supabase is a postgres hosting company. we also host other open source "backend" tools that make it easy to get started with postgres (tools like PostgREST for auto-generate APIs [0])

    we owe a lot to the HN community. you launched us 4 years ago [1], when we were just a few developers. since then HN has been a staple in our journey, one of the best sources of product feedback [2]

    the GA badge is mostly to signify organizational readiness. we're at a stage where we can take any profile of customer. we have a support team that works 24/7, and a success team that will help customers improve their postgres usage. we released our Index Advisor [3] yesterday, and we'll be releasing a few more products this week that helps customer with performance and security.

    on a personal note: i read HN most days, and love going through the ShowHN's to see what devs are building. thanks for being an awesome community and my favorite place to lurk on the internet. i'll stick around to answer any questions

    [0] PostgREST: https://postgrest.org

    [1] Launch: https://news.ycombinator.com/item?id=23319901

    [2] HN journey: https://hn.algolia.com/?dateRange=all&page=0&prefix=false&qu...

    [3] Index Advisor: https://news.ycombinator.com/item?id=40028111

  • The Many Ways Not to Build an API
    4 projects | dev.to | 1 Apr 2024
    If you use PostgreSQL and are proficient with using its row-level security feature, you can choose from several tools/services built above RLS, including Supabase, PostgREST, and PostGraphile. They all provide a way to expose database CRUD as a web API, assuming you've configured the RLS rules to properly secure the access.
  • Soul: A SQLite REST and Realtime Server
    8 projects | news.ycombinator.com | 19 Mar 2024
  • Build a simple project management app with Neon, PostgREST, and DigitalOcean
    3 projects | dev.to | 27 Feb 2024
    wget 'https://github.com/PostgREST/postgrest/releases/download/v11.2.0/postgrest-v11.2.0-linux-static-x64.tar.xz'
  • Single Software Developer Projects
    1 project | dev.to | 24 Feb 2024
    SupaBase is entirely based upon PostgREST. In fact, PostgREST is arguably 49% of their value proposition according to their own website. The other 49% is PostgreSQL. PostgreSQL of course is a super mature database, and some would argue the best RDBMS on the planet, so let's ignore that part for a moment, and consider it a mature thing and move on to PostgREST.
  • Oink: An API for PHP in a single file
    6 projects | news.ycombinator.com | 13 Feb 2024
    You don't need this PHP snippet:

    To get the same functionality without the extra step, simply use PostgREST [1]

    [1] https://postgrest.org/

  • Ask HN: Popular open source tool originally written in Haskell?
    3 projects | news.ycombinator.com | 10 Feb 2024
  • Use PostgREST and HTMX to Build RESTful APIs from PostgreSQL Databases
    4 projects | dev.to | 5 Feb 2024
    PostgREST is a standalone web server that turns your PostgreSQL database into a RESTful API using the database's structural constraints and permissions to define the API's endpoints and operations. In this tutorial, you will create a simple note-taking app by leveraging PostgREST to construct a RESTful API for the app and using htmx to deliver HTML content.
  • We built our customer data warehouse all on Postgres
    16 projects | news.ycombinator.com | 2 Feb 2024
    You might find some info in the docs of PostgREST [1] or in the previous discussions on HN about it [2].

    For the versioning, I just have a git repo where I keep every role, schema, table, view, function, trigger, etc. definitions. Every time I change something in the database I first change it in the git repo too to have an history.

    [1] https://postgrest.org

    [2] https://hn.algolia.com/?q=postgrest

  • Pandoc
    17 projects | news.ycombinator.com | 28 Jan 2024
    Don't know if you would call this a "program" but PostgREST is written is Haskell too.

    https://github.com/PostgREST/postgrest

What are some alternatives?

When comparing dhall and postgrest you can also consider the following projects:

accelerate - Embedded language for high-performance array computations

Hasura - Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.

dhall-nix

supabase - The open source Firebase alternative.

accelerate-cuda - DEPRECATED: Accelerate backend for NVIDIA GPUs

postgres-websockets - PostgreSQL + Websockets

haste-compiler - A GHC-based Haskell to JavaScript compiler

Appwrite - Build like a team of hundreds_

egison - The Egison Programming Language

gotrue - An SWT based API for managing users and issuing SWT tokens.

hLLVM

TimescaleDB - An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.