ostafen / clover

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

Implement field indexing #69

Closed ostafen closed 2 years ago

ostafen commented 2 years ago

This PR does all the necessary changes to support field indexing. It also contains a lot of general fixes and improvements.