nim-rocksdb/tests
Jacek Sieka 17eb247702
expose memtable flush (#72)
* expose memtable flush

This can be used to avoid log replays on startup, for example

* Add flush to RocksDbReadWriteRef.

* Remove atomic flush default.

---------

Co-authored-by: bhartnett <51288821+bhartnett@users.noreply.github.com>
2024-10-29 08:14:36 +08:00
..
columnfamily Fix segfault in filterpolicy close (#60) 2024-07-02 12:44:05 +08:00
internal Format using nph (#54) 2024-06-26 23:00:10 +08:00
lib Format using nph (#54) 2024-06-26 23:00:10 +08:00
options Implement missing getter and setters for option types. (#62) 2024-07-03 23:46:42 +08:00
transactions Add support for optimistic transaction db, write batch with index, keyMayExist and empty keys. (#63) 2024-07-08 22:18:30 +08:00
.gitignore Add a basic higher-level API 2018-06-25 15:59:23 +03:00
test_all.nim Add support for optimistic transaction db, write batch with index, keyMayExist and empty keys. (#63) 2024-07-08 22:18:30 +08:00
test_backup.nim Implement missing getter and setters for option types. (#62) 2024-07-03 23:46:42 +08:00
test_columnfamily.nim Use nph v0.6.0 in nimble format and run format on project. (#66) 2024-07-22 21:05:02 +08:00
test_helper.nim Add support for optimistic transaction db, write batch with index, keyMayExist and empty keys. (#63) 2024-07-08 22:18:30 +08:00
test_optimistictxdb.nim Add support for optimistic transaction db, write batch with index, keyMayExist and empty keys. (#63) 2024-07-08 22:18:30 +08:00
test_rocksdb.nim expose memtable flush (#72) 2024-10-29 08:14:36 +08:00
test_rocksiterator.nim Add support for snapshots. (#64) 2024-07-10 13:15:40 +08:00
test_sstfilewriter.nim Add support for optimistic transaction db, write batch with index, keyMayExist and empty keys. (#63) 2024-07-08 22:18:30 +08:00
test_transactiondb.nim Add support for snapshots. (#64) 2024-07-10 13:15:40 +08:00
test_writebatch.nim Add support for optimistic transaction db, write batch with index, keyMayExist and empty keys. (#63) 2024-07-08 22:18:30 +08:00
test_writebatchwi.nim Add support for snapshots. (#64) 2024-07-10 13:15:40 +08:00