Introduction
This article is intended primarily for project members who want to take a look at the database underlying the system. Since the server-client architecture was designed to be lightweight, it uses Java DB, a 100% Java database. Consistent with other database systems, Java DB works by running a database server to which clients can connect and query the database(s).
Running ServerLauncher
Running the Java DB server separately