1
0
Fork 0
arangodb/3rdParty/rocksdb/6.2/examples
Jan 40ccafbded
Feature/rocksdb 6.2 (#9095)
2019-05-28 14:26:27 +02:00
..
.gitignore
Makefile
README.md
c_simple_example.c
column_families_example.cc
compact_files_example.cc
compaction_filter_example.cc
multi_processes_example.cc
optimistic_transaction_example.cc
options_file_example.cc
rocksdb_option_file_example.ini
simple_example.cc
transaction_example.cc

README.md

  1. Compile RocksDB first by executing make static_lib in parent dir
  2. Compile all examples: cd examples/; make all