Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我需要的:
这是我正在探索的内容:
有哪位智者能把我推向正确的方向吗?
您可以监听从 sqlite 模块发出的 'trace' 事件。目前没有办法拦截或停止模块中的查询,所以你能做的最多就是监听这个在执行查询时立即发出的事件并从那里创建你的逻辑。
https://github.com/mapbox/node-sqlite3/wiki/Debugging