Title
c

Chazzz

05/20/2020, 9:51 PM
Is there a way to export data from https://app.prisma.io/ ?
2
s

Sachin Jani

05/21/2020, 6:43 AM
You can directly export from the database if you're using your own prisma server and not the prisma self-hosted demo server.
c

Chazzz

05/21/2020, 6:49 AM
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