-- insert vendor/project if it does not exist, or do nothing if the the -- name is already present. INSERT INTO cisa_vendors(name) VALUES (?) ON CONFLICT(name) DO NOTHING;