Readit News logoReadit News
gzel commented on SQLite: Outlandish Recursive Query Examples   sqlite.org/lang_with.html... · Posted by u/Rendello
gzel · a year ago
I really like the way of how feldera implemented recursion in SQL: https://docs.feldera.com/sql/recursion

All you have to do is to add a forward declaration of the view and then you can reference it in a recursive query. Makes the syntax part much easier.

gzel commented on Sqlc: Compile SQL to type-safe code   sqlc.dev/... · Posted by u/wsc981
gzel · 2 years ago
This is somewhat common when high performance is needed it seems: e.g., https://github.com/feldera/feldera comes to mind which uses the same approach to compile SQL to type-safe incremental query plans in rust.

u/gzel

KarmaCake day74October 3, 2023View Original