What does HackerNews think of Preql?

An interpreted relational query language that compiles to SQL.

Language: Python

#48 in Database
#164 in Python
#3 in GraphQL
#44 in SQL
Hm, I just realized there are two similar projects with very similar names: this one, and

https://github.com/erezsh/Preql

It seems people here are really interested in alternatives to SQL. So perhaps you'd also like to have a look at https://github.com/erezsh/Preql

(Same name, same goal, different approach, and already working)

I just came across https://github.com/erezsh/Preql and it seems interesting as well, although not what you are looking for.
I share the author's point of view, which led me to start a new relational programming language that compiles to SQL. It's a way to build on existing databases, like postgres or mysql, with all of their advantages, but improve on many of SQL's limitations.

If that sounds interesting, you can find it here: https://github.com/erezsh/Preql