issues
search
google
/
weather-tools
Tools to make weather data accessible and useful.
https://weather-tools.readthedocs.io/
Apache License 2.0
214
stars
40
forks
source link
Refactored DB layer
#336
Closed
aniketsinghrawat
closed
1 year ago
aniketsinghrawat
commented
1 year ago
Updated Db layer:
Separated out database operations based on collections
Removed global db connection (added it on route level)
Used dependency injection to get data handling classes
mahrsee1997
commented
1 year ago
Not required as of now.
Updated Db layer: