Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 551 Bytes

getDatastore.md

File metadata and controls

23 lines (13 loc) · 551 Bytes

.getDatastore()

Access the datastore for a particular model.

Something.getDatastore();

Usage

Returns

Type: ((Dictionary))

A datastore instance.

Notes

  • This is a synchronous method, so you don't need to use await, promise chaining, or traditional Node callbacks.