如何通过(S)FTP管理SQLite数据库?
我正在寻找一个管理 SQLite 数据库的工具。有 Firefox 插件,但我需要通过 FTP(或更好的 SFTP/SCP)打开并查看 SQLite 数据库的内容。目前,每次数据库发生更改时,我都必须复制数据库。有更好的方法吗?
I'm looking for a tool to manage a SQLite database. There is the Firefox Plugin out there, but I would need to open and view the contents of a SQLite database via FTP (or better SFTP/SCP). Currently I would have to copy the database everytime there is a change in the database. Are there are better ways for doing that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过 SFTP 创建虚拟磁盘(例如,使用我们的免费 SFTP Net Drive 工具),然后使用任何访问数据库文件的 SQLite 工具管理远程数据库文件。
You can create a virtual disk via SFTP (eg. using our free SFTP Net Drive tool) and then manage the remotely located DB file using any SQLite tool which accesses database files.