Conversation

Merging a MASSIVE PR to in a couple of hours that: ◆ Adds features like UTM builder, password protection, archiving links, filtering & sorting links, etc. ◆ Refactors the codebase to switch from Redis → MySQL for storing link metadata ...wish me luck 🤞
Image
7
78
Show replies
Replying to
Good question! It’s mainly cause I needed a relational DB, nothing to do with cost/DX (though I really love Prisma’s DX 👀): twitter.com/steventey/stat I’m still keeping key value data for links on Upstash though cause latency-wise Redis is still the 🐐
Quote Tweet
Replying to @TejasKumar_ @dubdotsh and @xata
Because I wanted to do link filtering and Redis isn’t so good for bidirectional relationships 😅 went with Prisma + MySQL cause I was already using it for auth & user management but definitely wanna try out Xata in the future! Have heard great things from @nutlope!
1
1
Show replies