rust-lang-ve / hilow

"Hilow" is a microblogging social feed where users are able to share they thoughts on different topics
Other
3 stars 4 forks source link

Infrastructure | Implement Database Connection Pool #11

Closed EstebanBorai closed 3 years ago

EstebanBorai commented 3 years ago

Database connection pool. A Database connection pool must be implemented to handle connections to the PostgreSQL database available on the Docker configuration.

The environment variables defined for the Docker PostgreSQL instance must be used to connect to the database as well.

morenol commented 3 years ago

I want to take this one.