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.
我有一个我想使用 sqltool 探索的 MySQL 文件。我不想部署 MySQL 数据库,因为我只需要对数据运行一些查询;我不需要坚持。
我知道 sqltool 将允许我创建一个内存数据库并在其上运行查询。这非常适合我的用例,但是如何让它接受 MySQL 的 SQL 方言?
此外,其他方言(如 Postgres SQL)的过程是否相同?
您需要部署一个 MySQL 数据库。
HSQLDB SqlTool 允许您使用 MySQL JDBC 驱动程序连接到 MySQL 服务器,或使用相关的 JDBC 驱动程序连接到任何其他数据库服务器,例如 PostgreSQL。
SqlTool 还允许您在与 HSQLDB 一起使用时创建内存数据库,但这种类型的数据库与 MySQL 数据库不同。