Konstantin Mikheev

Results 2 issues of Konstantin Mikheev

I like your library, however I would like to see "where" builder. How about having such syntax? ``` result = select(all) .from(tableName) .where( and( eq(NAME, "Joe"), eq(AGE, 99))) .limit(5) .executeOn(statementExecutor);...

enhancement

I just started playing with Flutter, and the most obvious stuff is `setState`. Honestly, it does not look good. Why would you want to put all your mutations into a...

framework
d: api docs
P1
team-framework