Currently I am working on a small programm called PaymentTracker. To save data I am using a PostgreSQL database. The problem using a standalone database is if the PaymentTracker is released, the user would need to install the PostgreSQL database manually. Furthermore the user needs to setup a database and a new role inside PostgreSQL [...]