OSDN Git Service

[#31450] add ScriptContext field into Environment for scripting
[stew/Stew4.git] / README.md
1 % Readme - Stew4
2
3
4 ## 1. Overview
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 drivers.
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" on MacOSX.
19
20 For more information, see MANUAL.html and FEATURE.md.
21
22
23 ## 2. How to Install, Upgrade and Uninstall
24
25 How to Install
26 :   To install this software, all you need to do is extracting the archive file.
27
28 How to Upgrade
29 :   To upgrade this software, you need to extract new files and overwrite them with old files.
30
31 How to Uninstall
32 :   To uninstall this software, you need to delete installed files and a ".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
42 ## 4. Known Issues
43
44 Checking the privilege to update (SQL).
45
46 Checked only default Look and Feels.