Handles all interactions with the comics-db 'comic_tag' table.
Read operations:
Protected
Static
The primary key of the table as defined in the database.
The name of the table as defined in the database.
Experimental
Retrieves all comics associated with a tag.
The ID of the tag.
Comic[].
Reads a single ComicTag by comicId.
The ID of the comic.
ComicTag or null if comicId does not exist.
Reads all ComicTags.
ComicTag[]
Retrieves the tag assigned to a comic.
TagModel or undefined.
Handles all interactions with the comics-db 'comic_tag' table.
Read operations: