Open AnyhowStep opened 4 years ago
Right now, to select a single value without any table selected,
sql.selectValue(() => someExpr) .fetchValue(connection);
Would be nice to have,
sql.fetchValue( connection, () => someExpr )
Right now, to select a single value without any table selected,
Would be nice to have,