Executes SQL commands. Returns the number of rows affected.
_i2.Future<int> executeSql(String sql) => caller.callServerEndpoint<int>( 'insights', 'executeSql', {'sql': sql}, );