JavaScript NestJS SQL TypeScript
API with NestJS #54. Storing files inside a PostgreSQL database
In the previous parts of this series, we’ve learned how to upload files to Amazon S3 and store their metadata in our PostgreSQL database. While this is a highly scalable approach, it might be overkill for our application. A great example is storing users’ avatars. They are usually small and simple files, and we might […]