Dec 15, 2020
0
Level 1
persist database connection for rest api
I want to connect the first database on first rest api request and at the same time i am able to make the second database connection, And so for each new remaining requests i want to connect on second database only without connection to first database.
So i am thinking to serialize the db connection and send it, any one did the same please suggest. How can i achieve it.
Please or to participate in this conversation.