Is there a way to export data from <https://app.p...
# orm-help
c
Is there a way to export data from https://app.prisma.io/ ?
2
s
You can directly export from the database if you're using your own prisma server and not the prisma self-hosted demo server.
c
Hi @Sachin Jani - indeed
@cfree @saketh kumar The approach I'm taking is to copy the html using the prisma admin databrowser. Then, using multi-select (cmd+D on ST3), adjust all to turn the html into a CSV. The CSV will then be uploaded to the new DB. I thought that could help. Cheers