OSDN Git Service

fixed bug: ctrl shift MINUS was not bound to ResultSetTable->deleteRows
[stew/Stew4.git] / README.md
1 % Readme - Stew4
2
3
4 ## 1. Outline
5
6 Stew is the database (SQL) tool with JDBC.
7
8 It had the following features:
9
10  * Requires only Core Libraries except JDBC driver.
11  * Console Mode. Not only GUI.
12  * Never keep the cursor:
13     Statement and ResultSet will be released immediately.
14  * Uses only Core APIs.
15  * No dependency (version 2 and later):
16     No DBMS specific code.
17  * Supports Windows, MacOSX and Linux (version 3 and later):
18     Excepts "dock mode" of MacOSX.
19
20 For more information, see MANUAL.html and FEATURE.md.
21
22
23 ## 2. How to Install, Migrate and Uninstall
24
25 How to Install
26 :   Just need to extract zip file. At least "stew.jar".
27
28 How to Migrate
29 :   Just overwrite up-to-date files.
30
31 How to Uninstall
32 :   Just delete installed file and ".stew" dir.
33     To see the location of ".stew", exec "@" command in Stew.
34
35
36 ## 3. License
37
38 Uses Apache License 2.0.
39 See LICENSE file.
40
41 We omitted to write the License header in every souce file.
42
43
44 ## 4. Known Issues
45
46 Checking the privilege to update (SQL).
47
48 Checked only default Look and Feels.