This package is intended for simple JDBC persistence. It is not nearly as sophisticated as something like Hibernate, but it is much easier to use.

You use this package by creating {@link com.prosc.database.ObjectStore} objects for each class that your application needs to persist. See the Javadocs on that class for more details.

Review the com.prosc.test.PersonOperations test case for an example of how to use this package.