From 542d9fcec1bd9ecfeee1c4f1611cd6f40fd68f1c Mon Sep 17 00:00:00 2001 From: aisha Date: Wed, 5 Nov 2025 16:52:32 +0000 Subject: [PATCH] store: switch from lib/pq to pgx/v5 --- internal/store/postgres.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/store/postgres.go b/internal/store/postgres.go index 339760e..2b1d14c 100644 --- a/internal/store/postgres.go +++ b/internal/store/postgres.go @@ -1,2 +1,4 @@ // internal/store/postgres.go — auto-generated stub package store + +# update 3 (2026-04)