Commit graph

4 commits

Author SHA1 Message Date
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
Leon Mika 3ea5823ca0 Have got soft and hard deleting 2026-02-23 21:18:34 +11:00
Leon Mika 8136655336 Added a database 2026-02-19 22:29:44 +11:00
Leon Mika ebaec3d296 Modified models to support a DB 2026-02-19 21:21:27 +11:00