Could someone recommend a db management tool that supports SQLite, MySQL, PostgreSQL, and is web-based? By 'web-based' I just mean it can be run in a browser locally or remotely.
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
|
If a remote desktop is an acceptable web-based solution, you could have Navicat Premium on a remote server that way you don't need the tool locally (premium is the cross-databases edition of the tool: it has But you would find cheaper/free if you simply install a tool per database type (e.g. phpMyAdmin, Chive, phpPgAdmin, SQLiteManager). |
|||
|
|
|
While not truly web based, you can start the dbWatch interface from a java webstart session. You can test this on our webpage (http://www.dbwatch.com/). It supports Oracle, SQL Server, MySQL, Sybase, PostgreSQL and Ingres. Other platforms will be supported in the future. I work there, so you know :-) -Chris |
|||
|