TimMikeladze / next-upload

🗃️ Turn-key solution for signed & secure file-uploads to an S3 compliant storage service such as R2, AWS, or Minio. Built for Next.js. Generates signed URLs for uploading files directly to your storage service and optionally integrates with a database to store additional metadata about your files.
MIT License
82 stars 4 forks source link

Prisma store #54

Open vegandiet705 opened 2 months ago

vegandiet705 commented 2 months ago

Hello,

I'm using this package with Prisma ORM. I saw there is no store for it. I can try a PR for it if it's welcome.

TimMikeladze commented 2 months ago

@vegandiet705 that would be awesome! Let me know if there's any questions.