Mehdi Abaakouk
e4c0de9455
Allow to compile the extension everywhere
...
This change:
* uses to setuptools Cython automatic extension build system.
* Add tox.ini to run tests and build docs into virtualenv
* Add .travis.yaml and Dockerfile to run tests in CI
* Change requirements to ensure:
- Cython and setuptools are installed before we build the Cython
extension
- tests dependencies are not installed by default
- doc dependencies are explicit
* Add missing lz4 library
* Allow to build the module with any librocksdb headers (no-rtti)
Closes #15
2018-02-09 09:21:56 +01:00
twmht
8b8feb0435
bump to 0.6.7
2017-06-25 15:24:33 +08:00
twmht
995e7c77b8
bump to doc 0.6.6
2017-04-25 08:30:46 +08:00
twmht
5610d9474d
update the usage of default operators
2017-04-25 08:25:02 +08:00
twmht
79b0f8d6fb
add seekForPrev
2017-04-23 19:32:41 +08:00
twmht
e834f80b42
update doc 0.6.4
2017-04-17 00:01:19 +08:00
hofmockel
302d1a6440
Make it possible to iterate over a WriteBatch.
2015-07-05 13:35:15 +02:00
hofmockel
7e1df8bec1
Document the changes done at the options.
2014-10-22 20:53:51 +02:00
hofmockel
13518d2680
Remove TotalOrderPlainTableFactory. It was also removed in rocksdb.
2014-08-22 19:15:46 +02:00
Alexandre Mclean
896538db3a
Fix missing index key in prefix extractor example
2014-07-19 01:16:03 -04:00
hofmockel
f897bf4911
Adapt to the changes of 'prefix seek api'
...
See https://github.com/facebook/rocksdb/wiki/Prefix-Seek-API-Changes
2014-05-31 20:21:42 +02:00
hofmockel
6ceb6514b5
Allow configuration of universal style compaction
2014-04-29 17:46:21 +02:00
hofmockel
68c58009f2
Add examples to use the 'table_factory' and 'memtable_factory'
2014-04-28 20:33:40 +02:00
hofmockel
7c27cd0a91
Some typos
2014-02-02 17:47:34 +01:00
hofmockel
b5743e85ec
Add documentation for backup engine
2014-02-02 17:43:00 +01:00
hofmockel
b417a564ec
A little bit more text on the tutorial
2014-02-02 17:42:59 +01:00
hofmockel
3afcb98657
Add doce for prefix_extractor
2014-01-21 17:28:38 +01:00
hofmockel
828be96dba
Update docu about the bytes and unicode
2014-01-17 07:43:51 +01:00
hofmockel
46298a8f93
Add a text about bytes and unicode in pyrocksdb
2014-01-16 22:02:46 +01:00
hofmockel
77c384b6b0
Initial commit of the driver
2014-01-13 19:52:22 +01:00