Hi, I'm trying to build a prototype or model of a program and that program requires the ability to store and retrieve data and operate locally (no network connection is needed at this time). I've discovered the javax.sql package but that seems to only connect to a database. I need to be able to have the creation and management software. I run Mac OS X with a mac compatible gcc compiler. I want to avoid any serious coding, basically a ready to go database program, but my point is that I could use a unix port too if install wasn't too challenging for a unix beginner.
Thank You