Skip to content

v0.0.6

Choose a tag to compare

@explodingcamera explodingcamera released this 22 Nov 14:43
· 44 commits to main since this release
7695548

v0.0.6 - 2023-11-22

  • Added DatabaseColumnTxn trait for transactional columns
  • Added DatabaseTxn trait for transactions
  • Renamed DatabaseColumn trait to DatabaseCommon
  • Moved get_multi_ref to DatabaseCommonRefMut trait
  • Added Database::delete_db method for deleting the underlying database
  • Removed DatabaseCommonClear implementation for RocksDB backends and replaced with DatabaseCommonDelete
  • Database::inner now returns a reference to the underlying column instead of the database driver

Full Changelog: https://github.com/explodingcamera/okv/commits/v0.0.6