4d4be92df7
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.
Database
Database provides access to the webstory database.
Layout
Each resource gets a folder (story/ for stories, for example). schema.sql contains the postgresql database.