Node.js sqlite3 实现全文检索
使用开源的库,该库对中文和拼音做了特殊处理,支持中文和拼音的 SQLite fts5 全文搜索扩展。
https://github.com/wangfenjin/simple
代码使用,看上面地址的 README.md
下载已经编译好的插件:https://github.com/wangfenjin/simple/releases 参考 examples 目录,目前已经有 c++, python, go 和 node-sqlite3 的例子。