ostafen / clover

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

Resolve #64 (Allow to discover available fields for a document) #65

Closed fbilhaut closed 2 years ago

fbilhaut commented 2 years ago

@ostafen, just wondering if what I assume are "reserved" fields like "_id" should be included by GetKeys(). Currently they are, but I think they might preferably not. In such case, is it clearly documented that field names starting with "" are supposed to be reserved ? Let me know

ostafen commented 2 years ago

Thank you!