DB sync progrmatically

Hello, I am wondering if there is a solution to edit/add/delete songs in the DB by SQL querries(I guess it is a SQL DB). I plan to sync the local DB with a hosted DB using a script that runs locally. And this script should make a request to an endpoint with the changes that were made to update the hosted DB


Also I plan to do this vice versa. If something is changed in the hosted DB, to do those changes in local DB using a script that runs every few minutes on the local computer.

From what I remember from previous questions about doing this, it isn't supported and they aren't planning on doing that. Sorry.

Login to post a comment