Commit Graph

3 Commits

Author SHA1 Message Date
charles 4d4be92df7 feat: implement Actor model with database access and unit tests
Add database access layer for Actor resource with:
- ActorTranslator for API/database conversions
- DBActor struct with validation
- Database operations (insert, update, query, delete)
- Unit tests covering all public APIs

Fix actor_id validation to always validate, consistent with Story model.
2026-04-01 07:20:21 +00:00
charles bddfbd4f74 add: tests using an actual database 2026-03-29 15:24:09 -07:00
charles 7626b5618a add: story and some tests 2026-03-25 21:56:27 -07:00