Access appery.io db from outside
How do I connect to the mongo db in appery.io? I have an outside db that I need to sync up data in appery.io mongo db. I was thinking to use rest api to connect to the appery.io db and do the data sync. Assuming everything is standard restful api call, what is the exact db connection for appery.io db?
I looked through docs provided in some other threads. They all talked about generic stuff like connecting to the db via restful API. However, there is no specific information like the exact connection to the db.