datahike-sqlite.konserve
batch-insert-strategy
DO NOT USE! For testing/dev only! Strategy for batch inserts: :sequential, :multi-row :sequential - Execute individual INSERT statements for each key-value pair :multi-row - Use multi-row INSERT VALUES syntax Preliminary testing shows that :sequential is always faster than :multi-row
with-write-tx
(with-write-tx db f)
Wrapper around the with-write-tx macro, for use in situations where we cannot use macros directly.