0
statuscast created
Hi,
Is there a working or up to date document that walks thru the set up of a second database / dbcontext? We have high-transaction / high-volume data we do not want to store in to main tenant databases and prefer to offload it to a secondary db. The most current information I can find is this:
https://stackoverflow.com/questions/49243891/how-to-use-multiples-databases-in-abp-core-zero
But even that looks out of date relative to the current project structure of 6.1.
Any updated documentation or working sample project that is compatible with 6.1?