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

Latest commit

History

History
10 lines (7 loc) 路 456 Bytes

file-handling-gfc5.mdx

File metadata and controls

10 lines (7 loc) 路 456 Bytes

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

Overview

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.