OliverBenz / bill_tracker

Desktop application to track bills
MIT License
0 stars 0 forks source link

Database improvements #21

Open OliverBenz opened 1 month ago

OliverBenz commented 1 month ago

Have a single databaseHandler instance (singleton) in a separate thread. Close the DB connection after ~seconds of inactivity. Reopen when needed.