JavaScript CRUD API Databound
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://databound.me/
- 软件文档: http://databound.me/
软件介绍
Databound 提供了 JavaScript 简单的 CRUD API 到 Rails 的后端应用。
示例代码:
User = new Databound('/users')
User.where({ name: 'John' }).then(function(users) {
alert('Users called John');
});
User.find(15).then(function(user) {
print('User no. 15: ' + user.name);
});
User.create({ name: 'Peter' }).then(function(user) {
print('I am ' + user.name + ' from database');
});
The Dream Machine
M. Mitchell Waldrop / Penguin Books / 2002-8 / USD 16.00
While most people may not be familiar with the name J. C. R. Licklider, he was the guiding spirit behind the greatest revolution of the modern era. At a time when most computers were big, ponderous ma......一起来看看 《The Dream Machine》 这本书的介绍吧!
