changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 606: 6fc04c4d465c
child: 3dc5c63cdba7
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 18 Aug 2024 20:34:26 -0400
permissions: -rw-r--r--
description: emacs and rocksdb upgrades

- more org workflow updates
- added scrum.el
- renamed batch.lisp > writebatch.lisp
- callback tests
1 ;;; writebatch.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