crenz
macrumors 6502a
SqLite is a wonderful open-source database that will store all your data in one file. You can just link the library into your executable. It is cross-platform and cross-language, so it should be rather future proof for your project. Also, it is rather speedy and supports transactions.
No need to use Java, unless you have lots of time on your hands 🙂.
No need to use Java, unless you have lots of time on your hands 🙂.