Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2011-02-22 | 977 Bytes | |
dbcat0.14.zip | 2011-02-22 | 2.0 MB | |
Totals: 2 Items | 2.0 MB | 0 |
/** * dbcat aims to be a swiss army knife for databases, a * sort of unix shell "cat | grep" for jdbcable databases **/ well... dbcat is a simple java client that allows to connect to databases, browse tables, execute simple filters and lookup, launch queries and view result sets, import resultsets from different databases and re-query them via SQL Features: * supports jdbc1 and jdbc2 drivers and requires java 1.6 * allows to browse database objects through a customizable file (dbcatBrowser.props stores the code to get database object info) * once a result set is available, you can reverse to an embedded (hsqldb) database and re-query it (Make InMemory) * allows to filter and lookup result sets obtained from different datasources (Filter&Lookup) * it uses jsyntax pane for syntax highlighting http://code.google.com/p/jsyntaxpane/ * source is in ./classes/ directory... for more info, see INSTALL.txt URL: http://art.sourceforge.net/dbcat