No description
Find a file
siyahas 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
.idea Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00
internal Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00
queries Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00
sakila-sqlite3@9394b42d13 Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00
.gitignore Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00
.gitmodules Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00
go.mod Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00
go.sum Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00
main.go Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00
sqlc.yaml Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00