JSON 数据库引擎 LowDB
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/typicode/lowdb
- 软件文档: https://github.com/typicode/lowdb
软件介绍
LowDB 是一个简单的基于文件的 JSON 数据库引擎。LowDB 采用 CoffeeScript 编写。
示例代码:
var low = require('lowdb')
low('sites').insert({title: 'oschina'})
var sites = low('sites').where({ title: 'oschina' }).value()
Head First Web Design
Ethan Watrall、Jeff Siarto / O’Reilly Media, Inc. / 2009-01-02 / USD 49.99
Want to know how to make your pages look beautiful, communicate your message effectively, guide visitors through your website with ease, and get everything approved by the accessibility and usability ......一起来看看 《Head First Web Design》 这本书的介绍吧!
