393 Commits (d4023f268311e567360d01d8040403f23b23950e)

Author SHA1 Message Date
Oleksandr Anyshchenko 7c4bfb8735 Replace deprecated types 5 years ago
Oleksandr Anyshchenko 54ff3db8ec Change a column family storing 5 years ago
pavel-mukhanov 10b1ef7f85 Implement Send and Sync for Snapshot. 5 years ago
Renar Narubin 5cc31aaff8 Add set_db_write_buffer_size to the Options API 5 years ago
Renar Narubin 6cf5be4a61 Add raw_iterator_cf_opt to the DB API 6 years ago
Valerian Saliou c7e08cfd4b
Add docs 6 years ago
Valerian Saliou 242d1bf8fd
Add docs 6 years ago
Valerian Saliou a3b0047487
Fmt pass 6 years ago
Valerian Saliou a4b60075b9
Add ‘flush’ 6 years ago
xiaobogaga f997a0a298 shorter comment 6 years ago
xiaobogaga e99bf485ef address comment (#292) 6 years ago
xiaobogaga 3cd5c606a7 add comment for ReadOptions.set_iterate_upper_bound method. 6 years ago
Valerian Saliou d55b22ce16
Documented 'delete_range_cf' 6 years ago
Valerian Saliou ff574e5a0c
cargo fmt pass on db.rs 6 years ago
Valerian Saliou 09da01d457
Update db.rs 6 years ago
Valerian Saliou 2613d0688e
Add comments + tests to delete_range() 6 years ago
Baptiste Jamin 7e07dacff9 Implement delete_range and delete_range_cf 6 years ago
Roman Zeyde 4701226097 Update DB::compact_range_cf() arguments to be consistent with other methods 6 years ago
Jordan Terrell b51002bc58 Preparing for 0.12.1 release [skip ci] 6 years ago
Elichai Turkel a3d0cdd8c7
Added docs to iterator_cf_opt 6 years ago
Oleksandr Anyshchenko 9f74dbcdb1 Added a possibility to enable mmap files for reads and writes 6 years ago
Elichai Turkel 57b903d769
Added a function to create iterator with specific CF and ReadOptions 6 years ago
Martin Ek 91a536d03b Remove allocations from SliceTransform's callback 6 years ago
Jordan Terrell b3c10809fe Implementing AsRef<[u8]> for DBVector... 6 years ago
Rohit Joshi b0160daaca fixing cargo fmt --all 6 years ago
Rohit Joshi a0b707ca30 adding DB::destroy() 6 years ago
Rohit Joshi dfdabd08e8 cargo fmt check 6 years ago
Rohit Joshi 419084cf0f adding backup & restore test case 6 years ago
Rohit Joshi 7b7cf00cf6
Updating rust doc 6 years ago
Rohit Joshi f8267c8303 updating rust doc 6 years ago
Rohit Joshi 0a4cedc0a3
Specifying two separate Path 6 years ago
Rohit Joshi e3aef69f38 issue#135 Expose API to restore database from backups 6 years ago
Oleksandr Anyshchenko e7f5c24105 Applied clippy lints 6 years ago
Jordan Terrell df12ddbd57 Adding more documentation to ReadOptions.set_readahead_size [skip ci]... 6 years ago
Jordan Terrell 562f413f4c Making DB.create_cf generic... 6 years ago
Jordan Terrell 0a8aa1b636 Adding set_readahead_size setter to ReadOptions... 6 years ago
Mohanson c08fd5cb93
Handle std::result::Result in examples 6 years ago
Martin Ek 54cf68d3d0 rustfmt 6 years ago
Martin Ek 3a069ff4dc Return a Result from property getters 6 years ago
Xuejie Xiao a651b19aa5 Code review fixes 6 years ago
Xuejie Xiao 81091a05ba Ergonomic changes via AsRef 6 years ago
Xuejie Xiao e19dad0141 Add lifetime to DBPinnableSlice to make sure it cannot outlive DB 6 years ago
Xuejie Xiao dbd2ca6e4f Implement PinnableSlice based API 6 years ago
Jordan Terrell 59d54070b9 Formatting recent updates to master branch [skip ci] 6 years ago
Jordan Terrell 48c9e03e07 Using None instead of iter::empty for open_cf function... 6 years ago
Martin Ek 4ff418ab43 Pass options as immutable borrow 6 years ago
Jordan Terrell ceb5744c51 Implementing review feedback... 6 years ago
Jordan Terrell 896dbc6c61 Applying changes from rustfmt... 6 years ago
Jordan Terrell d00e03f72a Using generic types to specify column families when opening database... 6 years ago
Jordan Terrell 21b9a9e98a Key/value arguments are now generic types that impl AsRef<[u8]>... 6 years ago