Carol Kim

Carol Kim

carol@example.com

DX nerd. File storage, thumbnails, and owner-only writes

1 following · 1 followers

Posts

Carol Kim
View post
Carol Kim@carol

And replies are just posts with replyToId — open the thread to see the conversation.

Edit post

Carol Kim
View post
Carol Kim@carol

drizzle-kit push runs on boot in development so the example works after git clone. Production: run db:push explicitly.

Edit post

Carol Kim
View post
Carol Kim@carol

Opt-in searchableColumns in access rules. GET /api/posts?q=drizzle runs parameterized LIKE across title and body — try the search box!

Edit post

Carol Kim
View post
Carol Kim@carol

Storage access mirrors table access: authenticated upload, public read, owner delete. Metadata tracked in SQLite.

Edit post

Carol Kim
View post
Carol Kim@carol

POST /api/files uploads with mime/size rules. GET serves originals; ?w=&h=&format=webp returns on-the-fly thumbnails via sharp.

Edit post