rlwhitcomb / utilities

Some of my personal utility programs
MIT License
2 stars 0 forks source link

Write library catalog program #246

Open rlwhitcomb opened 2 years ago

rlwhitcomb commented 2 years ago

For a personal library, here are some of the things to keep track of:

rlwhitcomb commented 2 years ago

This would be a very interesting GUI project, but also a chance to hone our database skills, including picking the easiest embeddable Java database library.

rlwhitcomb commented 2 years ago

So, table structure could be:

rlwhitcomb commented 2 years ago

Other things to consider:

rlwhitcomb commented 2 years ago

I'm going to suggest HSQLDB: http://hsqldb.org as the best database engine (highest-performance, most-flexible), with a BSD license