nodejs+sqlite3+knex

config.jshtml module.exports = { sqlite: { client: 'sqlite3', connection: { filename: "./data.sqlite" }, pool: { min: 0, max: 7 } } } books.js var books = {}, config = requir
相关文章
相关标签/搜索
本站公众号
   欢迎关注本站公众号,获取更多信息