Is there a web-like DB tool for navigating relational databases?
Is there a tool that implements hyperlink-style navigation between tables via foreign keys? Web-based or native app.
For example, if I have table Users, with a column containing a foreign key reference to table Preferences, such a tool would implement simple 1-click access between the rows of the two tables, automatically creating link开发者_JAVA百科s based on foreign keys.
I'm using MySQL, but I'm hoping for something that might work on multiple RDBMS systems.
I believe PhpMyAdmin will do this for you if properly configured.
Show the 'Tadpole DB Hub'. Tadpole goal is DB Hub for all DB. Now we are supporting - Amazon RDS, CUBRID, MarisDB, Oracle, MySQL, MSSQL, PostgreSQL, SQLite, MongoDB.
精彩评论