Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/xml/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Xml 打开dbm文件_Xml_Postgresql_Dbm_Pgmodeler - Fatal编程技术网

Xml 打开dbm文件

Xml 打开dbm文件,xml,postgresql,dbm,pgmodeler,Xml,Postgresql,Dbm,Pgmodeler,我收到了一个名为datamodel.dbm的文件 在该文件中,包含大量XML 它将使用以下XML打开: <?xml version="1.0" encoding="UTF-8"?> <!-- CAUTION: Do not modify this file unless you know what you are doing. Unexpected results may occur if the code is changed deliberately. -

我收到了一个名为datamodel.dbm的文件

在该文件中,包含大量XML

它将使用以下XML打开:

<?xml version="1.0" encoding="UTF-8"?>
<!--
CAUTION: Do not modify this file unless you know what you are doing.
         Unexpected results may occur if the code is changed deliberately.
-->
<dbmodel pgmodeler-ver="0.8.1" last-position="0,0" last-zoom="1"
     default-schema="public" default-owner="postgres">
<role name="xxxx"
      superuser="true"
      encrypted="true"
      password="********"
      sql-disabled="true">
</role>

<database name="xxxx" encoding="UTF8" lc-collate="en_US" lc-ctype="en_US">
    <role name="xxxx"/>
    <tablespace name="pg_default"/>
</database>

<schema name="public" protected="true" rect-visible="true" fill-color="#e1e1e1" sql-disabled="true">
</schema>

<extension name="postgis" cur-version="2.1.7">
    <schema name="public"/>
    <comment><![CDATA[PostGIS geometry, geography, and raster spatial types and functions]]></comment>
</extension>

我是一个SQL Server chap,我相信这个文件与PostGres有关

是否有工具打开此文件以渲染数据模型?fole包含数百个包含所有元数据、关系等的表,但除了XML之外,我无法打开这些表


是否有办法打开此文件并渲染数据模型,以便我可以直观地看到它的外观?

这是一个pgModeler文件。您可以在中找到更多信息。

这是一个pgModeler文件。您可以在中找到更多信息。

这是一个pgModeler文件。您可以在中找到更多信息。

这是一个pgModeler文件。您可以在上找到更多信息