rocksdb/examples
Haneef Mubarak c6f31a2893 minor memory leak in C example 2014-11-29 21:42:42 -08:00
..
.gitignore Make it easier to start using RocksDB 2014-05-10 10:49:33 -07:00
Makefile minor memory leak in C example 2014-11-29 21:42:42 -08:00
README.md Make it easier to start using RocksDB 2014-05-10 10:49:33 -07:00
column_families_example.cc Make it easier to start using RocksDB 2014-05-10 10:49:33 -07:00
compact_files_example.cc Add rocksdb::ToString() to address cases where std::to_string is not available. 2014-11-24 20:44:49 -08:00
simple_example.c minor memory leak in C example 2014-11-29 21:42:42 -08:00
simple_example.cc Make it easier to start using RocksDB 2014-05-10 10:49:33 -07:00

README.md

Compile RocksDB first by executing make static_lib in parent dir