interact with documents the right way quick and fast, query your data like a boss 😑. always remember what is your schema coz non gets inside without passing the schema for validation,but schema is optional
all orm methods are :
put - creates a single document to the collection
putMany - creates many documents at once
get - gets a single document
getMany - gets Many documents in one batch limit 30
update - updates a single document
updateMany - updates Many documets in batch limit 30
defineSchema - method to define collection schema
change - collection changes
put document to collection when no id is provided will be autogenerated, when id is provided must be unique
get document from collection
updates a document
coming soon...
collection changes