Execute a read-only (SELECT) query and return the results.
Future<sqlite.ResultSet> getAll(String sql, [List<Object?> parameters = const []]);