You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Niko PLP 081ffa92ee Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
..
.gitignore Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
CMakeLists.txt Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
Makefile Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
README.md Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
c_simple_example.c Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
column_families_example.cc Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
compact_files_example.cc Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
compaction_filter_example.cc Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
multi_processes_example.cc Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
optimistic_transaction_example.cc Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
options_file_example.cc Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
rocksdb_backup_restore_example.cc Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
rocksdb_option_file_example.ini Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
simple_example.cc Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
transaction_example.cc Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago

README.md

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