hello im new in development here, i believe storin...
# orm-help
d
hello im new in development here, i believe storing image shoudlnt be in DB, and my stack is postgress-prisma-next.js-vercel, so how to store images or large files ?
m
you can use firebase, or amazon s3 or cloudflare or some other 3rd party service. you save the image on the storage of these providers and save the link in the database
👍 2
p
There is also Cloudinary 👉 https://cloudinary.com/
They have a free tier