Development (Sandbox) and Production database separation
Currently we are facing a problem that using the same app how can we separate Development database(Sandbox) and Production database.
Let say we have an App which is live in production and simultaneously we need to do development activity on the app , but since the database is same it will make the changes on the live app.
So on the similar lines of Production and Sandbox databases how can we achieve this in appery?