【发布时间】:2014-05-26 14:11:45
【问题描述】:
我正在尝试使用 node.js 和 Seneca 框架中的数据层功能连接到 Google Cloud Datastore。 Seneca 框架需要根据连接到数据库实例来创建到数据库的连接,传递如下信息:
name: '',
host: '',
port: ,
username: '',
password: ''
等等
有没有办法像典型的数据库实例一样连接到 Google 数据存储区,或者是通过 REST api 调用的唯一方法?
【问题讨论】:
标签: node.js google-cloud-datastore