An application for tracking personal finances using a SQL database.
Requires Java 8.
- MySql
- PostgreSQL
- Derby (embedded mode)
When using MySql
or PostgreSQL
, the database runs as a separate application
and must be installed separately.
When using Derby
, the database runs as part of the application
and does not require a separate installation.