JSON 数据库引擎 LowDB

码农软件 · 软件分类 · JSON/BSON开发包 · 2019-03-31 12:44:51

软件介绍

LowDB 是一个简单的基于文件的 JSON 数据库引擎。LowDB 采用 CoffeeScript 编写。

示例代码:

var low = require('lowdb')
low('sites').insert({title: 'oschina'})

var sites = low('sites').where({ title: 'oschina' }).value()


本文地址:https://codercto.com/soft/d/2550.html

Head First Web Design

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》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

URL 编码/解码
URL 编码/解码

URL 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器