Query typedef

Query = (String, List<Object?>)

Implementation

typedef Query = (String sql, List<Object?> args);