Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ RocksDB is a new embedded database for storing key-value pairs developed by Face

https://github.com/facebook/rocksdb

###Simple Example
### Simple Example

<?php
$rocksdb = new RocksDB("my_rocksdb_file");
$result = $rocksdb->Open(true);
Expand All @@ -21,7 +22,7 @@ https://github.com/facebook/rocksdb

Check `test/test.php` for more examples.

##Platforms
## Platforms
RocksDB is said to compile on Linux and Mac OS X. So far, I haven't seen anyone getting it to build on Windows, but it should work.
My build environment is:

Expand Down