Rethinking Database Programming
acadia.engineering
Rethinking Database Programming
1–10 of 167 posts
Re: Rethinking Database Programming
#2New functional query language for PostgreSQL and SQLite by Evan Czaplicki the author of Elm
Re: Rethinking Database Programming
#3Pretty nice, thanks
Re: Rethinking Database Programming
#4Exciting news!! Love Elm, can't wait to use it more
Re: Rethinking Database Programming
#5So this is capable of turning a one-liner of SQL into six lines of barely readable code?
Re: Rethinking Database Programming
#6It looks like the HN hug of death has found a new victim
Re: Rethinking Database Programming
#7It looks like the HN hug of death has found a new victim
Re: Rethinking Database Programming
#8I was hoping for an alternative to PLSQL or stored procedures. But this isn’t about „Database Programming“, it’s a SQL replacement…
Re: Rethinking Database Programming
#9Looks very nice.
Last year I took up rust, coming from c++, and some of the modern features rust brings are just so nice to have (even something as simple as not having to forward declare a class).
This year I started working with postgres and you just can't help but notice how sql is coming from the c-Era of programming. Having better and more modern ways to express my queries would be great to improve correctness and performance.
Re: Rethinking Database Programming
#10For columnar databases, I love Vortex' Dtypes which lets you attach semantic context in a logical type to what is essentially compressed Arrow https://docs.vortex.dev/concepts/dtypes#logical-types