when using db-open with an environment of db-ext-env, this will be returned. Using this type of Database, the user don't need to worry about cbuffers
(defclass db-ext (db-txn) ((env :accessor db-get-env :initarg :env)) (:documentation "when using db-open with an environment of db-ext-env, this will be returned. Using this type of Database, the user don't need to worry about cbuffers"))Source Context