DalvinCodes / tenant-management

Create and Manage Tenants of WATTBA
0 stars 0 forks source link

Set up database connection pool #25

Closed DalvinCodes closed 1 year ago

DalvinCodes commented 1 year ago

Acceptance Criteria:

A new Golang file is created and named "database.go". The file sets up a database connection pool with appropriate parameters. The file returns a successful database connection and/or an error message.

Description: As a developer, I want to set up a database connection pool in Golang, so that I can establish and manage connections to the appropriate database.