- Feature: support iterator (#153) @akiozihao
- fix: Pass corresponding options to db.With... methods (#159) @akiozihao
- feat(lint): add golangci-lint (#160) @akiozihao
- Change the architecture of LotusDB
- Use wal project to store Write-Ahead-Log and Value-Log
- Hash key into different indexes and value log files
- Index and Vlog read/write will be concurrent
- Basic Put/Get/Delete/Exist operations
- Batch Put/Delete operations
- Value log compaction