changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/ffi/rocksdb/batch.lisp

changeset 598: c7f9bfc9570f
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 16 Aug 2024 15:52:50 -0400
permissions: -rw-r--r--
description: rm duplicate files, add rocksdb batch and logger files
1 ;;; batch.lisp --- RocksDB Writebatches
2 
3 ;; RocksDB Writebatch Lisp FFI
4 
5 ;;; Code:
6 (in-package :rocksdb)
7 
8 ;; put
9 
10 ;; deleted
11 
12 ;; put-cf
13 
14 ;; deleted-cf
15 
16 ;; merge-cf