Universal database GUI

I need one graphical interface that will work on windows, and I need to connect to several databases. Access, mySQL, MSSQL, Postgres, SQLite and maybe in the future I will need a connection to oracle.

It would be nice that the tool can move database schemas from one db engine to others without user intervention ...

Can someone recommend me a tool for this?

Thanks in advance

+6
source share
2 answers

Try navicat . He must do whatever you need ...

+3
source

Try the following:

Both work on Windows, Linux, and Mac.

+3
source

Source: https://habr.com/ru/post/898367/


All Articles