快轉到主要內容

SQL Console Release v0.2.0

·192 字·1 分鐘·
PolloChang
作者
PolloChang
我是一隻雞
目錄
  • GitHub Repository: sql-console
  • Development Guide: Check out DEVELOP.md in the repo root.

v0.2.0
#

  • Add Windows Support
  1. Install Java 21+ on your Windows environment.
  2. Run the standalone installer sql-console-windows-installer_0.2.0_amd64.exe:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
=============================================
    SQL Console Windows Installer v0.2.0
=============================================
Enter installation directory [default: sql-console]: C:\var\sql-console

Installing SQL Console to: C:\var\sql-console
 - Extracted: sql.exe
 - Extracted: README-Windows.txt
 - Extracted: start-daemon.bat
 - Extracted: sql-console-daemon-0.1.0.jar
 - Extracted: sql-daemon-service.exe

Configuring Windows Environment...
 - C:\var\sql-console is already in User PATH
 - Created Start Menu shortcut: SQL Console Daemon

Installation Complete! ??
To get started:
1. [Interactive Mode]: Open Start Menu and click 'SQL Console Daemon' to start the backend service.
2. [Background Service]: To install as an automatic background Windows Service, run as Administrator:
   C:\var\sql-console\sql-daemon-service.exe install && C:\var\sql-console\sql-daemon-service.exe start
3. Open a new Command Prompt or PowerShell and type 'sql -version'.

Press Enter to exit...
  • Install Service

Enter admin mode, run sql-daemon-service.exe install, and then type sql-daemon-service.exe start.

1
sql-daemon-service.exe install
  • Stop Service
1
sql-daemon-service.exe stop
  • uninstall

Enter admin mode, run sql-daemon-service.exe uninstall.

1
sql-daemon-service.exe uninstall