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

help-circle














  • 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.


  • In order to compete in user experience we need to up our game. We need to set up communities which collect, categorize and funnel user requests upstream. These features should be focused on:

    • reducing frictions like unclear UI, broken links, etc.
    • improving usability of the various web frontends (the one from Lemmy, kbin, etc.)
    • collecting bug reports and making sure they will be fixed

    This is meant to be a proxy between average users and tech enthusiasts who know how to do pull requests or open GitHub issues. Moderators of these communities would do it for them. This would enable us to gain visibility in the needs of the users.

    This is only a part of what needs to be done, but I think this can be done quickly.