Database Table Editor in IntelliJ IDEA 10
IntelliJ IDEA X features a simple database table editor and viewer. You can add and remove rows, sort by specific column and choose columns to display just by pressing F4 on a table in the Data Sources view.
If you find the console-like way better than the GUI way, you can still run all those delete from… and insert into… statements in the Database console.
Try this in the latest IntelliJ IDEA 10 EAP and let us know your thoughts on it.
Comments below can no longer be edited.
Rob Crawford says:
August 30, 2010Now, if there were a way to make DbUnit-style XML files directly from IDEA, that would be one less program I need to have open at any given instance.
Stephen says:
August 30, 2010I’d like to try, but in 96.1020 I can’t even create a datasource 🙁
See http://youtrack.jetbrains.net/issue/IDEA-58147
Gregory Shrago says:
August 30, 2010@Rob feel free to create a feature request ticket at http://youtrack.jetbrains.net/
stefan says:
September 4, 2010oh nice, since this will also be in PHPStorm, it would be nice if it could integrate into Doctrine and Propel schema definitions.
George says:
February 17, 2017where can I see the source code of database plugin?
Andrey Cheptsov says:
February 17, 2017No, the Database plugin is a part of IntelliJ IDEA Ultimate which is not open source unlike Community Edition.