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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -