nim-rocksdb/tests
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
..
columnfamily options: reclassify (#51) 2024-06-19 08:39:15 +02:00
internal Rocksdb rewrite integration (#38) 2024-03-05 11:12:37 +08:00
lib expose additional configuration options (#43) 2024-06-04 12:06:14 +02:00
options options: reclassify (#51) 2024-06-19 08:39:15 +02:00
transactions Rocksdb rewrite integration (#38) 2024-03-05 11:12:37 +08:00
.gitignore Add a basic higher-level API 2018-06-25 15:59:23 +03:00
test_all.nim Rocksdb rewrite integration (#38) 2024-03-05 11:12:37 +08:00
test_backup.nim Rocksdb rewrite integration (#38) 2024-03-05 11:12:37 +08:00
test_columnfamily.nim expose additional configuration options (#43) 2024-06-04 12:06:14 +02:00
test_helper.nim Update open procs to support adding the default column family if it is missing from the columnFamilies list. (#39) 2024-03-07 09:02:24 +08:00
test_rocksdb.nim expose additional configuration options (#43) 2024-06-04 12:06:14 +02:00
test_rocksiterator.nim Rocksdb rewrite integration (#38) 2024-03-05 11:12:37 +08:00
test_sstfilewriter.nim Rocksdb rewrite integration (#38) 2024-03-05 11:12:37 +08:00
test_transactiondb.nim Update open procs to support adding the default column family if it is missing from the columnFamilies list. (#39) 2024-03-07 09:02:24 +08:00
test_writebatch.nim Rocksdb rewrite integration (#38) 2024-03-05 11:12:37 +08:00