Skip to content

This is a project allows you to connect to any Database using JDBC. You are enabled to use any SQL statement including DML, DDL, and DCL. It has been tested on MySQL, SQLite, PostgreSQL, ORACLE.

Notifications You must be signed in to change notification settings

samialfattani/Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal

This is a project allows you to connect to any Database using JDBC. You are enabled to use any SQL statement including DML, DDL, and DCL. It has been tested on MySQL, SQLite, PostgreSQL, ORACLE. This is very light weight program and won't take any noticed fingerprint. I have used JDBC Drivers for all DBMSs there. I have developed the UI using JavaFX technology.

Usage

simply I'm using Gradle to build the project. use the following to start contributing.

$ git clone
$ gradle eclipse

Try it out!

you can build and start the App directly using:

$ gradle run

Build *.exe and Try it out!

Using Gradle I have included Launch4J tool in order to build *.exe file so you can try it. use the following command (it is working on Windows only):

$ gradle createExe
\# Now you can find the executable file in '/exe/Terminal.exe'

About

This is a project allows you to connect to any Database using JDBC. You are enabled to use any SQL statement including DML, DDL, and DCL. It has been tested on MySQL, SQLite, PostgreSQL, ORACLE.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages