Files
webstory/pkg/database
charles a9a3556b18 Add Actor model with unit tests and integration tests
Add Actor model implementation in pkg/database/actor/actor.go with
associated unit tests in actor_test.go. Implement tests following the
pattern used for Story model, including Postgres integration tests.
2026-04-01 07:54:50 +00:00
..
2026-03-29 15:24:09 -07:00
2026-03-25 21:56:27 -07:00

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.