- 授权协议: Apache
- 开发语言: JavaScript HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/awslabs/dynamodb-document-js-sdk
软件介绍
dynamodb-document-js-sdk 抽离出低端 SDK 属性值的类型,以提供更简单的开发经验。JS 数据类型,如 string 和 number 可以直接传送到 DynamoDB 需求中;同样,数据类型不会被打包。
示例代码:
// Basic Client creationAWS.config.update({ /* ...your config... */ });
docClient = new DOC.DynamoDB();// Basic Callbackvar pfunc = function(err, data) {
if (err) { console.log(err, err.stack);
} else { console.log(data);
}
}
The Little Schemer - 4th Edition
Daniel P. Friedman、Matthias Felleisen / The MIT Press / 1995-12-21 / USD 40.00
This delightful book leads you through the basic elements of programming in Scheme (a Lisp dialect) via a series of dialogues with well-chosen questions and exercises. Besides teaching Scheme, The Lit......一起来看看 《The Little Schemer - 4th Edition》 这本书的介绍吧!
