Live data from Hacker News

Rethinking Database Programming

acadia.engineering

1–10 of 167 posts

Re: Rethinking Database Programming

#9
Looks 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.

Post reply on HN