hotosm / galaxy-api

Backend to fetch data from Underpass
https://galaxy-api.hotosm.org/latest/redoc
GNU Affero General Public License v3.0
14 stars 5 forks source link

Make Database Pooling configurable from the config file #260

Closed kshitijrajsharma closed 2 years ago

kshitijrajsharma commented 2 years ago

Currently there is database pooling method implemented on the API , but not all users may not wanted to have pooling connection and also for the API it should be super useful to maintain , if we can manage it from the config , so the plan is to design API rawdata functionality on such a way that it can be controlled from config , if it says use connection pooling it will use it other wise it will work on default as it is .