Simple RUST cli script to help me keep track of my daily routines
To use, just creates a .env in the root directory, with the following structure:
DBUSER = 'user'
DBPASS = 'pass'
DBHOST = 'localhost'
DBPORT = '5432'
DBNAME = 'db'
[ ] - bash to create the .env