Skip to content

argius/Stew4

Repository files navigation

% Readme - Stew4

1. Overview

Stew is the database (SQL) tool with JDBC.

It had the following features:

  • Requires only Core Libraries except JDBC drivers.
  • Console Mode. Not only GUI.
  • Never keep the cursor: Statement and ResultSet will be released immediately.
  • Uses only Core APIs.
  • No dependency (version 2 and later): No DBMS specific code.
  • Supports Windows, MacOSX and Linux (version 3 and later): Excepts "dock mode" on MacOSX.

For more information, see MANUAL.html and FEATURE.md.

2. How to Install, Upgrade and Uninstall

How to Install : To install this software, all you need to do is extracting the archive file.

How to Upgrade : To upgrade this software, you need to extract new files and overwrite them with old files.

How to Uninstall : To uninstall this software, you need to delete installed files and a ".stew" dir. To see the location of ".stew", exec "@" command in Stew.

3. License

Uses Apache License 2.0. See LICENSE file.

4. Known Issues

Checking the privilege to update (SQL).

Checked only default Look and Feels.