Viewing profile — zwack
zwack
HN member- Joined
- Sun, Apr 27, 2014, 9:13 AM UTC
- HN karma
- 5
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About zwack
Programming (and breathing!) motherf*cker.
Recent public activity
-
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…
-
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…
-
comment
Comment #24202413
We wrote a similar lib and use namespaces: https://quma.readthedocs.io/en/latest/usage.html#running-que...
-
comment
Comment #24202289
You could have a look at our attempt, it allows dynamic SQL using templating. https://github.com/ebenefuenf/quma
- story
-
comment
Comment #7654516
Product configurator built with AngularJS. Pretty complex ruleset for allowed combinations. https://i.imgur.com/FfeWmt1.png