Introduction
Last updated
Was this helpful?
gstore-node is a Google Datastoreentities modeling library for Node.js inspired by Mongoose and built on top of the@google-cloud-node library.
explicitSchema declaration for entities
propertiestype validation
propertiesvalue validation
shortcuts queries
pre & postmiddleware (hooks)
custom methods on entity instances
Joi type and validation (documentation)
cache layer to speed up entities fetching
Typescript support
populate() support to fetch reference entities and do cross Entity Type "joins" when querying one or multiple entities
https://github.com/sebelga/gstore-node