[Beta] Copy from one database to another

What I’m trying to do:
I want to migrate my Dev app to using its own database but would like to copy some data across. Is there a way to copy data between databases of the same app?

I would do an http endpoint on the destination app that receives data from calls from the source app (unless there is an official way)