Skip to content

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 22 Dec 17:27
· 11 commits to master since this release

Changes

  • bump: version v0.1.5
  • Refactor + Rename main db struct to SnailDb with public import (#4)
  • LsmTree -> SnailDb
  • naming changes in tests
  • lsmtree -> SnailDb changes
  • update imports, documentation of wal
  • utils pub use update
  • rename engine -> storage
  • Optimise memtable (#3)

Installation

Install from crates.io:

[dependencies]
snaildb = "0.1.5"