Future<void> delete(String sql) async { if (_connectionDriver == 'postgresql') { await _postgres.query(sql); } }