有没有人用过 node-sqlcipher?
发布于 5 年前 作者 Morn 3059 次浏览 最后一次编辑是 3 年前

想研究一下里面是怎么调用系统的 sqlite 的,不过 sqlcipher.js 文件在文首定义了这个变量。

var binding = require('./node_sqlcipher.node');
var sqlite3 = module.exports = exports = binding;

这里的 .node 文件是个什么东东啊,打开都是乱码。有木有大神解惑?

传送门:https://github.com/delaballe/node-sqlcipher

2 回复

这是一个C++扩展,如果你想看它的源码,请看src目录:https://github.com/delaballe/node-sqlcipher/tree/master/src

已经会用了,还是多谢解惑

回到顶部