Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DBeaver 拥有出色的导入数据/导出数据工具,但是否可以保存导出或导入脚本而不是立即执行,以便稍后执行?
我需要迁移生产数据库,所以我想事先准备好所有脚本,然后在需要切换时执行它们。
您可以从菜单 [SQL 编辑器]->[保存 SQL 脚本] 中保存您的脚本。
然后在项目面板中,您可以在包含已保存脚本的文件夹或脚本本身上创建链接。
DBreaver Git wiki 上还有一个脚本管理指南。