测试 sqlite 数据库中的更改

发布于 2024-12-10 05:44:13 字数 159 浏览 0 评论 0原文

我有一个与 sqlite 数据库一起使用的应用程序。我想运行这个应用程序,在应用程序中进行一些操作(例如单击按钮),然后查看数据库中发生了什么变化。我想看看这次行动后发生的一切变化。

sqlite 是否可以以某种方式保存状态并在几分钟后查看差异(旧状态与新状态)?

谢谢

I have an application that works with an sqlite database. I'd like to run this application, make some operation in the application (e.g. click a button) and then see what has changed in the database. I'd like to see everything that changed ofter this operation.

Is it possible in sqlite to save a state somehow and after a few minutes view the differences (old state versus new state)?

thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

衣神在巴黎 2024-12-17 05:44:13

看到这个:快照参考

也许是更容易一些,具体取决于大小:您可以导出到 csv,进行一些更改,再次导出,比较 csv

see this: snapshot reference

maybe a bit easier, depending on size: you could export to csv, make some changes, export again, compare csv's

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文