Documentation ¶
Index ¶
- func AlbumArtists(ctx context.Context, connection *sqlx.DB) (err error)
- func Books(ctx context.Context, connection *sqlx.DB) (err error)
- func CDN(ctx context.Context, db *sqlx.DB) error
- func Cast(ctx context.Context, db *sqlx.DB) error
- func CreatorGroups(ctx context.Context, db *sqlx.DB) error
- func Media(ctx context.Context, connection *sqlx.DB) (err error)
- func MediaCore(ctx context.Context, connection *sqlx.DB) (err error)
- func MediaCreators(ctx context.Context, db *sqlx.DB) error
- func Members(ctx context.Context, db *sqlx.DB) error
- func MembersProfilePic(ctx context.Context, db *sqlx.DB) error
- func People(ctx context.Context, db *sqlx.DB) (err error)
- func PeopleMeta(ctx context.Context, db *sqlx.DB) error
- func Places(ctx context.Context, db *sqlx.DB) error
- func Review(ctx context.Context, connection *sqlx.DB) (err error)
- func Roles(ctx context.Context, db *sqlx.DB) error
- func Schemas(ctx context.Context, db *sqlx.DB) (err error)
- func Studio(ctx context.Context, db *sqlx.DB) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AlbumArtists ¶ added in v0.6.3
func Cast ¶ added in v0.6.3
Cast creates the people.cast table and its associated tables nolint:gocognit // would need to remove error checking for rollback
func CreatorGroups ¶ added in v0.6.3
CreatorGroups creates the people.group table and its associated tables
func MediaCreators ¶ added in v0.6.3
MediaCreators creates the media.media_creators table
func PeopleMeta ¶ added in v0.6.3
PeopleMeta creates the tables that store the artists' photos and works
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.