weiro/providers
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
..
db feat: add DB provider methods for categories 2026-03-18 21:37:01 +11:00
markdown More changes to uploads: 2026-03-04 22:33:39 +11:00
sitebuilder Set image URLs to absolute paths 2026-03-09 09:32:32 +11:00
siteexporter Started working on the frontend 2026-02-21 10:22:10 +11:00
sitereader Started working on the frontend 2026-02-21 10:22:10 +11:00
uploadfiles Added fallback if renaming cant move an upload 2026-03-05 22:48:38 +11:00