- Notifications
You must be signed in to change notification settings - Fork1
Google Cloud Node.js Datastore Library Purescript Wrapper
License
jamesthompson/purescript-google-cloud-datastore
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A wrapper library around theGoogle Cloud Node.js Datastore Library.
WIP: At present only supports the main query and non-transactional datastore behaviour. Only tested locally with the Cloud SDK.
WIP: Does not yet support transactional behaviour.
Ensure you have theGoogle Cloud (Cloud SDK) installed.
You'll need to be sure to have installed the"@google-cloud/datastore": "^0.5.0" dependency from npm.This is included in the package.json file for your convenience.
Ensure you export the port environment variable which is logged when running the emulator thus:
> gcloud beta emulators datastore start --no-legacyThen run the test with:
> bower install> pulp testSee thetest for an example of usage.
It is recommended that you familiarise yourself with the underlyinggoogle-cloud node.js library.
About
Google Cloud Node.js Datastore Library Purescript Wrapper
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.