sql - Searching for (freeware) database migration tool -


i'm searching tool dump database including ddl , content plain sql-sсript, can archived in plain text format. know e.g. oracle dump tools or mysql dump, there tool can connect different data sources , job done? gui great.

check out http://squirrel-sql.sourceforge.net/. gui, cross-platform , supports database jdbc driver.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -