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.
如何将 Zope 2.1 数据转换为 Mysql 数据库。有什么方法可以转换吗?我要银色。
您很可能必须手动编写转换脚本。遍历您感兴趣的 Zope 对象并为它们创建表格行。Zope 的 Python 脚本和 SQL 方法可能会派上用场。