horinezachary / goose-database

This repository holds the frontend code and supporting code for the Goose Database Recipe Repository.
https://goose.horine.dev
1 stars 1 forks source link

convert from sql connection to sql pools #11

Closed horinezachary closed 4 years ago

horinezachary commented 4 years ago

This change updates the sql connection method to a pools instead of a single connection, which provides better error handling in the event of a connection error or timeout, and allows for better handling of simultaneous requests.