Is it possible to dump all data from database in p...
# orm-help
j
Is it possible to dump all data from database in prisma console?
m
Please use the CLI command
prisma export
for this.
j
Thanks