-
Notifications
You must be signed in to change notification settings - Fork 1
Database
lealdan edited this page Nov 2, 2016
·
2 revisions
##Overview The sqlite database associated with this project will be accessed through queries made on the server. See the server wiki for more information.
##Classes
- DatabaseServer.java: Allows for connection to an sqlite database and methods for querying it. These methods are called on the server in the FixMyBugController.
####Location The classes listed above are found in the gs-rest-server top-level directory under src/main/java/server