jjzjj

SchemaSpy

全部标签

java - SchemaSpy PostgreSQL - 警告 - 连接失败

我尝试使用SchemaSpy连接到我的PostgresSQL服务器。我使用ppa:webupd8team/java中的oracle-java8-installer安装了Java。(我的PostgreSQL服务器在Docker容器上工作,所以我将端口转发到5431)我的schemaspy.properties文件是:#typeofdatabase.Runwith-dbhelpfordetailsschemaspy.t=pgsql#optionalpathtoalternativejdbcdrivers.#databaseproperties:host,portnumber,nameuse

mysql - SchemaSpyGUI : Failed to query Graphviz version information

我需要以html格式获取mySQL数据库模式输出,所以我开始使用SchemaSpyGUI来处理这个问题。现在,当我单击StartSchemaSpy时,它会生成以下错误:FailedtoqueryGraphvizversioninformationwith:dot-Vjava.io.IOException:Cannotrunprogram"dot":CreateProcesserror=2,ThesystemcannotfindthefilespecifiedUsingdatabaseproperties:[D:\Saurin\mySQL\schemaSpy_5.0.0.jar]/net

java - 如何让 schemaspy 看到 mysql 连接器?

我刚刚下载了schemaspy,除此之外它运行完美。我总是必须使用-dp选项指定mysql连接器的路径。如果我不指定它,我会得到这个错误:java.lang.ClassNotFoundException:com.mysql.jdbc.DriverFailedtoloaddriver'com.mysql.jdbc.Driver'Thisentrydoesn'tpointtoavalidfile/directory:[/mysql/mysql-connector-java-5.1.6-bin.jar]路径(符号链接(symboliclink)到/usr/share/java/mysql-c

windows - 使用 SchemaSpy 可视化 SQLite 数据库 (windows)

我正在尝试使用SchemaSpy进行sqlite转储。我启动并运行了SchemaSpy,并且能够正确转储MySQL数据库。现在我有一个.sqlite文件(来自iOS应用程序)和来自ChristianWerner(http://www.ch-werner.de/javasqlite/overview-summary.html)的sqlite驱动程序。一个关于here的例子解释了如何使用它,但老实说-我不知道该怎么做。有人知道我如何在Windows上使用SchemaSpy吗?不过,我没有必要使用GUI工具。 最佳答案 我也遇到过这个问题