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