Live data from Hacker News

Viewing profile — zwack

zwack

HN member
Joined
Sun, Apr 27, 2014, 9:13 AM UTC
HN karma
5
Public activity
6 items

About zwack

Programming (and breathing!) motherf*cker.

Recent public activity

  1. comment
    Comment #24846436

    In quma this would look like this (when using the default mako templating). example.sql SELECT * FROM %(table1)s JOIN %(table2)s WHERE column1 = "value" % if use_subset: AND column…

  2. comment
    Comment #24203463

    Co-Author here. We wanted to have full control over our db/sql and think it's also easier to read this way (instead of using an ORM). Similar libs got posted recently, quma will pr…

  3. comment
    Comment #24202413

    We wrote a similar lib and use namespaces: https://quma.readthedocs.io/en/latest/usage.html#running-que...

  4. comment
    Comment #24202289

    You could have a look at our attempt, it allows dynamic SQL using templating. https://github.com/ebenefuenf/quma

  5. story
  6. comment
    Comment #7654516

    Product configurator built with AngularJS. Pretty complex ruleset for allowed combinations. https://i.imgur.com/FfeWmt1.png