ostafen / clover

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

Add GetAll function #137

Open ffip opened 10 months ago

ffip commented 10 months ago

Convenient and faster access to the entire content of a document. In some general interface scenarios, it is not suitable to create a corresponding struct for each request, which would be a shortcut to obtain document content.