Commit graph

3 commits

Author SHA1 Message Date
ce01ef65ed Handle db.Close error explicitly in deferred function 2025-09-09 13:25:49 +03:00
0aa4a49147 Extend CORS middleware to allow PATCH requests 2025-09-09 13:25:12 +03:00
54e36528bc Add actor, film, and category APIs with SQL query support
- Generated SQL queries for actors, films, categories.
- Introduced HTTP handlers for actor, film, and category endpoints.
- Included utility functions for parsing query parameters and building URLs.
- Enabled pagination, filtering, and HAL representation for responses.
2025-09-02 16:12:30 +03:00