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
相關文章
相關標籤/搜索
本站公眾號
   歡迎關注本站公眾號,獲取更多信息