Specifically I'm looking for a native Linux program that is similar in functionality to Navicat or SQLYog. I.e. I need something good at editing data. Free would be best, but not essential.
feedback
|
migrated from stackoverflow.com Mar 27 '10 at 2:34
This question came from our site for professional and enthusiast programmers.
|
squirrelsql my favourite although I am a netbeans user. You only need the jdbc driver jar. See the screenshots. There are a lot of very useful plugins where you can copy the entire database, view the relations graphically etc. (independent of the db, of course) | |||
|
feedback
|
|
MySql Workbench for MySql DBs | |||
feedback
|
|
I like Squirel SQL, the universal SQL client. Not pretty, but does the job. | |||
feedback
|
|
CrunchyFrog. Cross-database, cross-platform, and decently powerful. | |||
|
feedback
|
|
pgAdmin for PostgreSQL database | |||
feedback
|
|
Never needed such tool, but I have noticed that NetBeans IDE which I'm using for code editing seems to have pretty decent UI for basic database operations. And I strongly suspect Eclipse community has similar plugin. | |||
|
feedback
|
|
http://www.dbvis.com/ DBVisualizer the free version is awesome | |||
|
feedback
|
|
I wrote an database design application dbwrench. Although it is not a native Linux app it will run on Linux. It isn't free either, but I think it is reasonably priced. | |||
|
feedback
|
|
Though I already upvoted a SquirrelSQL answer, if you use Eclipse you may also like SQL Explorer (http://eclipsesql.sourceforge.net/) | |||
|
feedback
|