This release enables connections to databases that require usernames and passwords. A separate `.env` file is used to store credentials which are dynamically read into python at runtime from the system environment.
0.0.1
Initial release of SQLconnect.
**Features** - Easy database connections using a YAML file. - Execution of SQL queries directly from .sql files. - Integration with pandas for seamless data manipulation.