如何将 postgresql 数据库架构导出为 XML 格式?
呃...如何将 postgresql 数据库模式导出为 XML 格式?
Uh... How do I export a postgresql database schema to an XML format?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用
table_to_xml
、schema_to_xml
等函数之一。请参阅文档。Use one of the functions
table_to_xml
,schema_to_xml
, etc. See the documentation.为此,我使用 dbunit 。
我认为 DbVisualizer 也可以。
I use dbunit for this purpose.
I think DbVisualizer can it as well.