(defmethod db-del ((db db-ext) key &key txn) (with-cbuffer key-buffer (funcall (buf-writer db) key key-buffer) (call-next-method db key-buffer :txn txn)))