My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
DatabaseExploration  
How to use Java DB and ij to explore the MiGen database
Updated Dec 17, 2010 by darren.pearce

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

Powered by Google Project Hosting