ostafen / clover

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

Fix an error in chinese README #55

Closed jinzhongjia closed 2 years ago

jinzhongjia commented 2 years ago

I found an error in the structural field in Chinese readme

jinzhongjia commented 2 years ago

I also have a question about whether clover is thread-safe. I have a requirement for multiple goroutine to store data.

ostafen commented 2 years ago

Yes, it is thread-safe

jinzhongjia commented 2 years ago

ok,thanks