Future<int> getVersion({String? dbName}) async { return await query("PRAGMA user_version;", singleResult: true, dbName: dbName); }