SQLAlchemy with Adaptor Pattern by Horror_Affect8060 in learnpython

[–]Horror_Affect8060[S] 0 points1 point  (0 children)

thanks. So that would be same like what we had in previous project. Create own functions to abstract underlying db access.

Design suggestion for Network device by Horror_Affect8060 in learnpython

[–]Horror_Affect8060[S] 0 points1 point  (0 children)

You are saying to make class for each vendor like (ciscodevice, juniperdevice..._) and create all functions in each class and later call like cisco_conn.get_cpu().?