• 2 Posts
  • 55 Comments
Joined 1 year ago
cake
Cake day: May 2nd, 2023

help-circle









  • At this stage it’s all hot air. Nobody has even started talking about how to finance it and the defense minister isn’t even 100% sure he will get his requested additional funds for the next cycle. When somebody asked him about the topic he replied that he isn’t categorically against it but he would have to finance (and restructure, as the necessary infrastructure for it has been degraded/scrapped) more important topics first.







  • The way I perceive PRQL is somewhat like SQLAlchemy-Core (the SQL expression layer, not the ORM). Almost a 1:1 mapping to SQL but softening the rough edges in SQL when constructing more complex queries dynamically, in particular: no function calls, no real variables, only string concatenation. While SQLAlchemy-Core lets you even extract sub-queries into variables, I don’t know about how powerful PRQL is in this regard.

    From what I see from the docs I’m rather hopeful though.