Desktop And Web SQL Tool. Both web and desktop access. Support popular SQL databases like mysql, mariadb, postgresql, sqlite and more.
Key Features • How To Use • Download • License
Attention This release provides installation and setup scripts for SQLynx, a sophisticated SQL query optimization and analysis tool developed by SQLynx Inc.. The original SQLynx software is provided by SQLynx Inc., and is not modified in this repository. These scripts simplify the environment configuration and installation process for SQLynx.
- SQL Query
- Tables Management
- Data Export & Import
- Sample Data Generation
To clone and run this application, you'll need Git and JDK 1.8+ installed on your computer. From your command line:
To manually set up and run the application, follow these steps:
# Clone the Repository:
$ git clone https://github.com/ChHsiching/SQLynx.git
# Navigate to the Repository:
$ cd SQLynx
# [Optional] Change File Ownership:
# Replace `[OWNER]` with your user and `[GROUP]` with your group if necessary.
$ chown [OWNER][:GROUP] *
# Assign Executable Permissions:
$ find . -type f -name "*.sh" -exec chmod 755 {} +
# View Available Commands:
$ ./sqlynx-ide.sh
# You will see:
# *************************************************
# ** **
# ** sqlynx-ide commands **
# ** **
# *************************************************
# ** sh sqlynx-ide.sh start **
# ** sh sqlynx-ide.sh stop **
# ** sh sqlynx-ide.sh restart **
# *************************************************
# Run the app:
$ sudo sh sqlynx-ide.sh start
# Stop the app:
$ sudo sh sqlynx-ide.sh stop
For automated deployment, use the provided deploy.sh
script. This script will handle the setup and configuration automatically.
# Clone the repository
$ git clone https://github.com/ChHsiching/SQLynx.git
# Navigate to the repository
$ cd SQLynx
# Assign Executable Permissions:
find . -type f -name "*.sh" -exec chmod 755 {} +
# Run the deployment script
$ ./deploy.sh
The deploy.sh
script will:
- Copy necessary files to the installation directory.
- Set up executable permissions for all shell scripts.
- Register the application with the system (e.g., create symlinks, install desktop entries).
Post-Deployment:
After running the deploy.sh
script, you can start and stop the application using the sqlynx
command:
# Start the app
$ sqlynx start
# Restart the app
$ sqlynx restart
# Stop the app
$ sqlynx stop
# check the version
$ sqlynx version
# view the usage information
$ sqlynx help
Note If you're using Windows operating system or want to read official documentation, see the Installation Guide.
This repository provides scripts and configuration files to assist with the deployment of SQLynx. These scripts are provided "as-is" without any warranty or guarantee. For official support and licensing details, please contact SQLynx Inc.
You can download the latest installable version of SQLynx for Windows, macOS and Linux.
If you have improvements or suggestions for these deployment scripts, please open an issue or submit a pull request.
For contribution guidelines, please refer to the CONTRIBUTING.md file.
The SQLynx source code is owned by SQLynx Inc. and is provided without any explicit license in this repository. Please refer to the original source for licensing details.
The deployment scripts and configuration files in this repository are provided under the MIT License, unless otherwise noted.
For more details, please refer to SQLynx's official website or contact SQLynx Inc. for licensing inquiries.
GitHub @ChHsiching · Email @Hsichingchang