nim-rocksdb/tests/columnfamily
Jacek Sieka d648b10e2c
options: reclassify (#51)
Several options were mistakenly classified as db options when in fact
they are column family options - the C interface does not make this
distinction and instead puts them all under one umbrella.

This PR updates options to use nim setter/getter properties allowing
both read and write of most options - lots of options are exposed both
for reading and writing, but hey, one could always add _even more_ of
them - there's certainly no lack!
2024-06-19 08:39:15 +02:00
..
test_cfdescriptor.nim Rocksdb rewrite integration (#38) 2024-03-05 11:12:37 +08:00
test_cfhandle.nim Rocksdb rewrite integration (#38) 2024-03-05 11:12:37 +08:00
test_cfopts.nim options: reclassify (#51) 2024-06-19 08:39:15 +02:00