Get the database inner version
Future<int> getVersion() { _db.checkNotClosed(); return _db.txnGetVersion(_txn); }