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.
我用 rsync 在 python 中编写了一个小型备份应用程序,我可以从命令行在 linux 机器上调用它。备份应用程序将数据保存在 sqlite db 文件中。
如果我想为此创建一个 Web 界面,这是 Python 中自己的项目,还是应该将此 GUI 集成到现有应用程序中?我想用不同的参数从 GUI 调用备份脚本。也应该可以向 sqlite db 文件添加条目。我应该使用 mysql 数据库而不是 sqlite 吗?