Created
March 18, 2017 04:00
-
-
Save banyudu/e4d6578f8bb8bf7672d9af52d5f3e21f to your computer and use it in GitHub Desktop.
usage of proxyGetDBRecord
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let name = yield* cache.proxyGetDBRecord(db.Something, id, 'name'); | |
let record = yield* cache.proxyGetDBRecord(db.Something, id); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment