INSERT OR IGNORE INTO "bricktracker_sets" (
    "id",
    "rebrickable_set"
) VALUES (
    :id,
    :set
)