small database - for use with java app Hi - a programming question. I'm writing a small program in Java and need a really small efficient way of storing data - not using flat files if possible as I want to be able to quickly edit parts of the data. So - basically I need a small database style system, that's not huge like mysql Does such a thing exist? cheers