Skip to content

This Java Swing program allows the user to connect to databases to execute queries.

Notifications You must be signed in to change notification settings

bryandaniel1/sql-buddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sql-buddy

Program Description

This Java Swing program adds to the basic abilities of the simple-sql-window project. On startup, a setup window collects properties from user input for the database connection. The user is able to choose from multiple databases and select an appropriate driver during setup. Once tested, the connection properties are saved and used for queries executed from the query window.

The query window gives the user options to execute multiple queries at once, clear results, change database connection, and exit the program. The new features in the menu bar include opening and saving files and selecting from a handful of different styling themes for the UI. The screenshots below show the program in action.

The database connection properties are collected in the setup window.

Setup Window

Figure1. Connection Properties Setup Window

SQL statements are executed from the query window.

Query Window

Figure 2. Query Window

About

This Java Swing program allows the user to connect to databases to execute queries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages