ostafen / clover

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

Complete process to insert the document from map #48

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi, I took some time to find why my document was not saved in the database. It just lacked the insert function for a document created from map.

ostafen commented 2 years ago

Hi, @1F987, thank you for your contribution