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