aolabNeuro / brain-python-interface

Other
4 stars 2 forks source link

true multiple database support #68

Open leoscholl opened 3 years ago

leoscholl commented 3 years ago

should be relatively easy, since most of the database functions are written with dbname as a parameter. However this never gets passed from task_wrapper.py to dbq.py, for example, and probably in a lot more places.

having the ability to choose which database you want to save things to would help developing and testing.