将 Zope 数据转换为 Mysql
如何将 Zope 2.1 数据转换为 Mysql 数据库。 有什么办法可以转换吗? 我想要银色,请。
How to Convert Zope 2.1 data to Mysql db. Have any way to convert? I want argent please.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您很可能必须手动编写转换脚本。 循环遍历您感兴趣的 Zope 对象并为它们创建表行。 Zope 的 Python 脚本和 SQL 方法可能会派上用场。
You will most likely have to write the conversion script manually. Loop through the Zope objects you're interested in and create table rows for them. Zope's Python Scripts and SQL Methods may come in handy.