SnowEx / snowexsql

A project to access the SnowEx database holding data from the NASA SnowEx campaign
https://snowexsql.readthedocs.io/en/latest/readme.html
GNU General Public License v3.0
25 stars 6 forks source link

Clean up the logic around checking for and then adding database objects #142

Closed micah-prime closed 1 month ago

micah-prime commented 1 month ago

Nice!

Just FYI - I had an idea around testing "factories" and remembered my Rails days. There, a package called "FactoryBot" was the go to. There is a Python version of that

https://factoryboy.readthedocs.io/en/stable/index.html

It has also integrations with DB frameworks and could make life easier. Just throwing this out there

Oh cool! That looks useful. Love the name too lol