execute method
Executes the given sql statement and returns the result.
Implementation
StreamedFuture execute(String sql) => _conn.execute(sql);
Executes the given sql statement and returns the result.
StreamedFuture execute(String sql) => _conn.execute(sql);