如何使用bookshelf.js在单个查询中获取PK的记录列表?
结束查询应该等效于:
SELECT * FROM `user` WHERE `id` IN (1,3,5,6,7);
node.js bookshelf.js
bookshelf.js ×1
node.js ×1