如何使用node.js从Bookshelf.js文件中插入BLOB数据?

我在node.js中使用multer处理file upload。 我需要将文件数据存储在表中的blob字段中。 有没有办法将文件指针绑定到Bookshelf.js?