DynamoDB 的 Node.js ORM 框架 Dynasaur
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://tglines.github.com/dynasaur/
软件介绍
Dynasaur 是 Node.js 的一个 ORM 扩展框架,用来访问 AWS 的 DynamoDB NoSQL 数据库。
示例代码:
module.exports = (dynasaur) -> blog_post_schema = attributes: author: String title: String body: String date: Number index: [{type:'hash',field:'author'}, {type:'range',fields:['title','date']}] BlogPost = dynasaur.model 'BlogPost', blog_post_schema
Hibernate
James Elliott / O'Reilly Media, Inc. / 2004-05-10 / USD 24.95
Do you enjoy writing software, except for the database code? Hibernate:A Developer's Notebook is for you. Database experts may enjoy fiddling with SQL, but you don't have to--the rest of the appl......一起来看看 《Hibernate》 这本书的介绍吧!
