gpt4 book ai didi

node.js - 从数据库/文件夹运行 knexfile.js

转载 作者:行者123 更新时间:2023-12-05 01:44:24 24 4
gpt4 key购买 nike

我已经全局安装了 nodejs 包。

通过knex init 初始化并将文件放入/db 文件夹后,knex migrate:latest 之类的命令将不起作用不再,因为 knex 找不到该文件。此外,knex 在我的根目录中创建了 migrate 和 seed 文件夹

关于如何配置 knex 使其始终查看 /db 文件夹的任何建议?有什么办法可以通过 node-script 做到这一点吗?

感谢您的回复!

最佳答案

您可以在 script 上提供您的配置文件位置

在 package.json 中添加这个

"migrate": "yarn knex migrate:latest --knexfile src/config/knexfile.js",

我的 knex 文件在 src/config 中。

关于node.js - 从数据库/文件夹运行 knexfile.js,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46335427/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com