SQLite 的变更管理工具
我正在寻找一个与 SQLite 一起使用的优秀变更管理应用程序。过去我使用过 Redgate 的 SQL Data Compare,但我一直无法找到任何支持 SQLite 的类似工具。
我需要更新一个相当大的加密 SQLite 数据库(约 1,000,000 行和 74MB)。如果可能的话,我想生成一些脚本来更新更改,而不是强制用户下载数据库的全新副本。我们使用的 SQLite 版本是 3.6.23.1。预先感谢您的任何建议:)
I am looking for a good change management application for use with SQLite. In the past I have used SQL Data compare by Redgate, but I have been unable to find anything similar that supports SQLite.
I need to update a fairly large encrypted SQLite database (~1,000,000 rows and 74MB). If possible I would like to generate some scripts to just update the changes rather than force users to download a whole new copy of the database. The version of SQLite we are using is 3.6.23.1. Thanks in advance for any recommendations :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过 SQLite 比较?它是免费软件,我用它来比较模式/数据。我想它也会为你生成 SQL 更新脚本。
Have you tried SQLite Compare? It's freeware, and I have used it to compare schemas/data. I think it will also generate SQL update scripts for you too.