Hacker News new | ask | show | jobs
by ivanceras 2036 days ago
I made something[1] similar in rust inspired by this project. I made modification to the syntax to make it more ergonomic in the case of grouping filters with parenthesis for complex and nested filters. I also added joining of tables, renaming columns and more.

[1]: https://github.com/ivanceras/restq

1 comments

Postgrest has joining (called resource embedding) and column renaming, right? Could you clarify what you mean?
Seems like a lot has changed since I looked at postgrest in its early days.