changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/rdb/pkg.lisp

revision 99: 40d91ba5a115
parent 98: 91a382b59e5c
child 102: db52ddb25d7f
     1.1--- a/lisp/lib/rdb/pkg.lisp	Wed Dec 13 23:00:31 2023 -0500
     1.2+++ b/lisp/lib/rdb/pkg.lisp	Thu Dec 14 17:53:03 2023 -0500
     1.3@@ -13,10 +13,14 @@
     1.4   (:export 
     1.5    ;; err
     1.6    :with-errptr
     1.7-   :open-db-error
     1.8+   :rdb-error
     1.9+   :rocksdb-error
    1.10+   :rdb-user-error
    1.11    :put-kv-error
    1.12    :get-kv-error
    1.13+   :handle-errptr
    1.14    ;; util
    1.15+   :make-rocksdb-options :default-rocksdb-options
    1.16    :open-db-raw :with-open-db-raw
    1.17    :close-db-raw :destroy-db-raw
    1.18    :put-kv-raw :put-kv-str-raw