Current Behavior
Currently, in database/database.go, the PostgreSQL DSN is constructed without including the dbname parameter, which may lead to connection issues or default database usage.
Expected Behavior
The PostgreSQL DSN should explicitly include the dbname parameter to ensure the application connects to the intended database correctly.