@visibleForTesting Future<void> setMeta(String key, Object? value) async { final stmt = _setMetaStatement(key, value); await adapter.run(stmt); }