Ostafen Clover Versions Save

A lightweight document-oriented NoSQL database written in pure Golang.

v1.2.0

1 year ago

This version brings important changes to the core of the library.

  • Documents are now serialized using gob
  • Support for int64/uint64, time.Time and []byte
  • Possibility to write criteria with conditions involving multiple fields
  • Minor fixes and improvements

v1.1.0

2 years ago

This release adds several improvements, fixes and useful utilities:

  • Sorting
  • Skip/Limit criteria
  • JSON inport/export
  • An in-memory StorageEngine
  • More detailed documentation
  • UpdateById() and ReplaceById() methods
  • Save() method

v1.0.1

2 years ago

v1.0.0

2 years ago