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

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

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -