For some reason, I want to use the database from a remote server but if I'm making changes to it, the changes should be stored on the local machine only.
Is there any way to achieve this functionality? May some knowledge required on IO operations?
1-> Read OPs from the remote server
2-> Writes OPs on local Server
Like copying DB Schema locally and then whatever changes we are making on that remote database, can be added to local database, something like this?