CCI-MOC / flocx-market

2 stars 9 forks source link

Database API should have another layer of indirection to accommodate a different database implementation #56

Open tzumainn opened 5 years ago

tzumainn commented 5 years ago

Right now our code calls the API in flocx_market/db/sqlalchemy/*_api.py directly. There should be a layer of indirection in flocx_market/db/*_api.py that allows one to potentially switch to a different database implementation. This is supported by oslo db code.

tzumainn commented 5 years ago

This is probably less important right now.