Hacker News new | ask | show | jobs
by x-shadowban 1080 days ago
This is a problem, seems like ctes and views are a possible ormless solution here
1 comments

CTEs and views are both a bit bigger than the parts that you would normally want to share and reuse, and they're also not very well standardised. Plus no-one really agrees on how dynamic tables should be, so you end up with the Excel maintainability problem of no real separation between code and data.