ostafen / clover

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

Yaml support #57

Closed Giancarlo1974 closed 2 years ago

Giancarlo1974 commented 2 years ago

I have read that CloverDB stores data records as JSON documents

You could replace the JSON format with YAML, because it's more streamlined:

In many cases, it takes up less disk space

ostafen commented 2 years ago

With the last release, the v1.2.0, documents are stored internally using the gob encoding because this allow to also keep types information.