Set the database inner version Used internally for open helpers and automatic versioning
Future<void> setVersion(int version) { _db.checkNotClosed(); return _db.txnSetVersion(_txn, version); }