package it.cavallium.dbengine.database; public record ExtraKeyOperationResult(T key, X extra, boolean changed) {}