在 Eclipse 中编辑数据库的用户友好工具
Eclipse中有没有可以与phpMyAdmin相媲美的工具?该项目是用Java编写的,我想使用H2数据库。我已经安装了 DTP,但它不如 phpMyAdmin 用户友好。我没有找到无需输入sql查询即可创建表的方法。
Is there any tool in Eclipse comparable with phpMyAdmin? The project is in Java and I want to use H2 database. I have installed DTP but it is not as much user-friendly as phpMyAdmin. I did not find the way to create a table without typing sql query.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查Eclipse Quantum 插件。是一个操作数据库的友好界面。
另一个选项是 Eclipse SQL Explorer。
Check Quantum plugin for Eclipse. Is a friendly interface to manipulate databases.
Another option is Eclipse SQL Explorer.
您可以使用 squirrel 或 dbvisualizer。两者都是使用jdbc连接数据库的两个软件,对于dbvisualizer来说应该是一个eclipse插件......
you can use squirrel or dbvisualizer. both are two software that use the jdbc to connect on a database, and for dbvisualizer should be an eclipse plugin...