117 Commits (eab2a7edc2e11e0886fd511538b3ad14a3e159b4)

Author SHA1 Message Date
Jordan Terrell 21b9a9e98a Key/value arguments are now generic types that impl AsRef<[u8]>... 6 years ago
Jordan Terrell 4f61f96727 Adding iterator construction methods that accept ReadOptions... 6 years ago
Oleksandr Anyshchenko deb6001cae Usage `to_path` func and `get_cf_names` func was removed as redundant 6 years ago
Jordan Terrell 1a2c268274 Moving tests to take advantage of DBPath (ensuring cleanup)... 6 years ago
Jordan Terrell 857efff670 Adding lifetime to DBIterator and DBRawIterator... 6 years ago
Jordan Terrell 248b40b465 Adding lifetime to ColumnFamily... 6 years ago
Martin Ek 33d30d4ca1 Add tests 6 years ago
Martin Ek 369d2ab8a6 column_family -> cf for consistency 6 years ago
Martin Ek 312ad80f98 Add cf getters for properties 6 years ago
Martin Ek 22b34a40cb Add property_value functions 6 years ago
Jordan Terrell e2949d094c Removed new_bloom_filter function... 6 years ago
Oleksandr Anyshchenko fe26e038ab Added a helper function `get_cf_names` and doc-tests refactoring 6 years ago
Oleksandr Anyshchenko 05350ac88c Added a clear method for WriteBatch 6 years ago
Roman Zeyde 73aa6bfd67 Allow setting options on the DB 6 years ago
Oleksandr Anyshchenko b7b456954a Review changes 6 years ago
Jordan Terrell e565d68852 Fixing rustfmt.toml and applying formatting... 6 years ago
Maxim Molchanov d4cc0e1d18 remove concurrent access to Sync 6 years ago
Roman Zeyde d035454d9e
Allow retrieving WriteBatch serialized size 6 years ago
Jordan Terrell 64b99a4f3b Adding Zstandard compression support... 6 years ago
Oleksandr Anyshchenko 9a7270ef9d Fixed crash `test_column_family` test on macOS 6 years ago
Oleksandr Anyshchenko 8863012a19 Methods `crate_cf` and `drop_cf` are immutable. 6 years ago
Martin Ek 37470d341c Add db.full_iterator() 7 years ago
Maxim Molchanov 278f7762f2
Update db.rs 7 years ago
Diego Ongaro aa9550254a Fix reverse iteration from a given key 7 years ago
Tyler Neely 12093252c6
add slice transform support 7 years ago
Griffin Smith 15ad3666f5 Allow creating iterators over prefixes 7 years ago
Rick Richardson 8a64585520 changed try_ffi to take trailing comma and updated rustfmt accordingly 7 years ago
Marat Safin 56e5829b89 use assert_eq! in test and return vec from unsafe 7 years ago
Marat Safin f967d3c50f list column family 7 years ago
Gary Tierney 06a39278f3 Use ColumnFamilyDescriptor::new() in DB::open_cf() 7 years ago
Gary Tierney 9afa195a33 Add support for opening a column family with options 7 years ago
Nikhil Benesch 9d0a5e2819
use bindgen to generate ffi 7 years ago
Karl Hobley 1c3333636d Implement RawIterator.seek_for_prev 7 years ago
Karl Hobley 6f1aae1997 Remove just_seeked from DBRawIterator 8 years ago
Karl Hobley d9725bcff9 Allow DBIterator to be converted into DBRawIterator 8 years ago
Karl Hobley 1270e572d0 Moved some code 8 years ago
Karl Hobley c8b7e8e7dd Reimplement DBIterator on top of DBRawIterator 8 years ago
Karl Hobley cb136318ce Removed seek_for_prev 8 years ago
Karl Hobley 007616446f Make doctests runnable 8 years ago
Karl Hobley 3bdc7e4bc4 Docs for raw iterator 8 years ago
Karl Hobley 05c01f4e9e Implement seek_for_prev 8 years ago
Karl Hobley 6ad575fc04 Add safe versions of key/value 8 years ago
Karl Hobley 8307be324f Basic implementation of raw_iterator 8 years ago
Tatsuya Kawano d4c9d647ee Replace cast `as *const i8` with `as *const c_char`. 8 years ago
Richard Dodd d50574f9f2 Make requested changes 8 years ago
Richard Dodd 63a77d22c9 Add some documentation and wrap column_family_t 8 years ago
Tyler Neely 2a29b0ae5f cut version 0.6.0 8 years ago
Thayne McCombs a467e6bfed Add methods for compacting ranges. 8 years ago
Alexander Regueiro 12d79986b2 Changed rocksdb module name prefix to db. 8 years ago
Alexander Regueiro d28eba2ff5 Added basic support for backups. 8 years ago