Watch: Adding tags to content using Postgres’ JSONB column
Related videos
In this episode, I show you how to add tags to your posts using Postgres’ nifty JSONB column. I’ll show you how to add a find_by_tags helper to fetch all posts with a given tag.