django-computedfields icon indicating copy to clipboard operation
django-computedfields copied to clipboard

apply `using` allover db interactions

Open jerch opened this issue 3 years ago • 0 comments

Currently db interactions simply route to 'default' connection without any means to change that through the API.

TODO:

  • investigate on custom db routers, esp. for the read vs. write part
  • apply settings to transactions, not sure yet how to go about multiple dbs defined and/or read/write endpoints here
  • fast_update: mark it as using write router path

jerch avatar Feb 20 '22 12:02 jerch