mjhouse / buckets

A class project for CS 321 (Object Oriented Programming with Java)
GNU General Public License v3.0
0 stars 0 forks source link

Create a database wrapper #13

Open mjhouse opened 6 years ago

mjhouse commented 6 years ago

After looking at the Derby api, it looks like it's all manual sql queries. We need to build a class that can wrap the queries so that we can just save or load our objects, and it will translate them to and from the database for us.

mjhouse commented 6 years ago

Have experimented with this, but need the gui done first.