You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently _db is a class variable which can be set by set_db.
Would it be better if this was an instance variable that could be inherited from the class value? This would allow you to have multiple instance of the same type of Document connected to different databases.
The text was updated successfully, but these errors were encountered:
Currently _db is a class variable which can be set by set_db.
Would it be better if this was an instance variable that could be inherited from the class value? This would allow you to have multiple instance of the same type of Document connected to different databases.
The text was updated successfully, but these errors were encountered: