AliMej
AliMej
TTCTheo's Typesafe Cult
Created by AliMej on 6/5/2023 in #questions
Best node local smtp server while you dev ?
what are some great local smtp server solutions you use to intercept all mails while you dev ?
2 replies
TTCTheo's Typesafe Cult
Created by AliMej on 6/4/2023 in #questions
Best way to store heavily read/edited pdf files : mysql BLOB in db or store as files
I'm building an app that works heavily on pdf files (constantly stored and read , modified ) , would it be to store them in a file storage system and and load bytes to edit them or store them directly as bytes in the db. Files would typically be 100kb - 1/2 mb max. I'm confortable with either Prisma or Drizzle. I'm also using Planetscale and Uploadthing.
4 replies