Fetches the first result within the transaction.
@override Future<Map<String, dynamic>> get(String sql, [List<dynamic>? arguments]) { return _db.get(sql, arguments); }