Skip to content

This is a Javafx application that will basically act as an IDE, which allows users to perform various SQL operations that are usually done via the terminal, with the aid of a more interactive user friendly GUI . further more, the application allows users to login to the SQL server via the GUI providing their credentials. To perform all these act…

License

Notifications You must be signed in to change notification settings

Chamal-Peiris/mysql-client-shell-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a2caaf1 · Mar 12, 2022

History

11 Commits
Mar 12, 2022
Mar 12, 2022
Feb 25, 2022
Feb 25, 2022
Mar 12, 2022

Repository files navigation

MySQL Client Shell Application

This is a Javafx application that will basically act as an IDE, which allows users to perform various SQL operations that are usually done via the terminal, with the aid of a more interactive user friendly GUI . further more, the application allows users to login to the SQL server via the GUI providing their credentials. To perform all these actions, the Java Process Builder class is used.

How to use this repo?

  1. Clone the repository first 'git clone'

https://github.com/Chamal-Peiris/mysql-client-shell-application.git

  1. Once cloned, open the repository from any prefered IDE

  2. Build and Run!

Prerequisites

1.Use JDK 1.8 2.MySQL Server Should be installed

User Login

SQL Queries

Usage

  • This application can simply be used as an IDE to run SQL Queries.

License

Version 1.0 , 12 March 2022

Copyright © copy; 2022 Chamal Peiris. All rights reserved.

Licensed under the MIT license

Acknowledgements

About

This is a Javafx application that will basically act as an IDE, which allows users to perform various SQL operations that are usually done via the terminal, with the aid of a more interactive user friendly GUI . further more, the application allows users to login to the SQL server via the GUI providing their credentials. To perform all these act…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages