Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Latest commit

History

History
8 lines (6 loc) 路 443 Bytes

file-handling-gfc5.mdx

File metadata and controls

8 lines (6 loc) 路 443 Bytes

export const meta = { title: 'File Handling', position: 140 }

Prisma doesn't provide a dedicated API for file handling. This gives you more flexibility and allows to manage files in a way that's appropriate to your application.

To learn what a file handling API based on AWS S3 can look like, check out this example project.