django-computedfields
django-computedfields copied to clipboard
apply `using` allover db interactions
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