Execute a raw SQL statement without parameter binding.
@override Future<void> unprepared(String sql) async { await execute(sql); }