Database

Which type of backend database JourneyApps is using?

JourneyApps provides APIs for interfacing with your app’s data. The best way to think of these APIs are as an ORM.
Currently the ORM uses MongoDB for server-side storage, however the actual DBMS behind the ORM is intentionally opaque to developers and is subject to change.

Thanks for the information