Execute a non-query statement; returns affected row count.
Future<int> exec(String statement, {List<Object?> params = const <Object?>[]});