async-repository-dotnetcore-webapi icon indicating copy to clipboard operation
async-repository-dotnetcore-webapi copied to clipboard

Dynamic Database Connection

Open sambhavyadav90 opened this issue 2 years ago • 0 comments

We need to handle dynamic connection strings. The idea is that different clients of our Web API need to have different databases. We want that when client A makes a request to the Web API, database X is used; & when a client B does the same, then database Z is used

sambhavyadav90 avatar Mar 30 '22 11:03 sambhavyadav90