Join Slack
Powered by
Any easy way to export tables to CSV with prisma?
# orm-help
a
Alex Reyne
03/02/2021, 12:53 PM
Any easy way to export tables to CSV with prisma?
r
Ryan
03/02/2021, 12:56 PM
One way to do this would be to write a script in `.js`/`.ts` and fetch data with Prisma to save a CSV using a CSV parser library.
37
Views
Open in Slack
Previous
Next