jmiller101 / SQL_Client

A simple SQL client written in Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#SQL_Client

This is an SQL client that I've written on my own to learn Java and SQL (MySQL specifically).

##Structure ###Client.java This file contains the main entry point of the client. It takes the action that the use wants to do and send him to the appropriate function. ###QueryBuilder.java This file contains the functions used to build queries to be used by DatabaseReader and DatabaseManipulator. ###DatabaseManipulator.java This file contains the functions that are used to make changes to the database. e.g. Adding, deleting, and editing entries. ###DatabaseReader.java This file contains the functions that allow you to see what is in the database. ###Helpers.java This file contains the "utility" functions. e.g. Printing the options for the users, and converting user inputs into usable data.

##Future Goals I might use this in the future to help learn HTML, CSS, and JS by making a web front end for it. For now, development is done.

About

A simple SQL client written in Java.


Languages

Language:Java 100.0%