weiro/providers/db
Leon Mika 15bc6b7f73 feat: add DB provider methods for categories
Implements SaveCategory, SelectCategory, SelectCategoriesOfSite,
SelectCategoryBySlugAndSite, DeleteCategory, SelectCategoriesOfPost,
SelectPostsOfCategory, CountPostsOfCategory, and SetPostCategories on
the DB Provider, along with BeginTx/QueriesWithTx for transaction
support. Also fixes pre-existing compilation errors in provider_test.go
(missing PagingParams args) so new tests can compile and run.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-18 21:37:01 +11:00
..
gen/sqlgen feat: add sqlc queries for categories 2026-03-18 21:33:55 +11:00
categories.go feat: add DB provider methods for categories 2026-03-18 21:37:01 +11:00
errors.go Started working on the frontend 2026-02-21 10:22:10 +11:00
posts.go Added RSS and JSON feeds 2026-03-05 22:04:24 +11:00
provider.go feat: add DB provider methods for categories 2026-03-18 21:37:01 +11:00
provider_test.go feat: add DB provider methods for categories 2026-03-18 21:37:01 +11:00
pubtargets.go Added sub commands for doing admin stuff 2026-02-28 10:39:08 +11:00
sites.go Added a site setting section 2026-03-09 21:47:02 +11:00
uploads.go Started working on the view upload page 2026-03-02 22:26:40 +11:00
users.go Have got first run working and publishing to Netlify 2026-02-26 22:23:47 +11:00