Any easy way to export tables to CSV with prisma?
# orm-help
a
Any easy way to export tables to CSV with prisma?
r
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.