摘要:
建立连接 const Sequelize = require('sequelize'); const sequelize = new Sequelize('database', 'username', 'password', { host: 'host', port: 'port', pool: { 阅读全文
posted @ 2022-02-11 03:22
zhangzongshan
阅读(479)
评论(0)
推荐(0)