ostafen/clover

Yaml support

Giancarlo1974 opened this issue · 1 comments

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

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