ostafen / clover

A lightweight document-oriented NoSQL database written in pure Golang.
MIT License
666 stars 55 forks source link

Refactoring count( ) #59

Closed jinzhongjia closed 2 years ago

jinzhongjia commented 2 years ago

I implemented the StorageEngine interface in both storage and mem as you said, and all the unit tests passed.

jinzhongjia commented 2 years ago

But I think you still need to check my pr carefully, because I may have missed something.

jinzhongjia commented 2 years ago

i have initialize num to 0