sql: add farnell distributor

This commit is contained in:
King Kévin 2023-01-28 10:16:00 +01:00
parent 2e1c043b4c
commit 840a806188
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ INSERT INTO distributor (name, homepage, product_page) VALUES ("LCSC", "https://
INSERT INTO distributor (name, homepage, product_page) VALUES ("JLCPCB", "https://jlcpcb.com/", "https://jlcpcb.com/partdetail/part/%s");
INSERT INTO distributor (name, homepage, product_page) VALUES ("DigiKey", "https://www.digikey.com/en", "https://www.digikey.com/products/en?keywords=%s");
INSERT INTO distributor (name, homepage, product_page) VALUES ("Mouser", "https://eu.mouser.com/", "https://eu.mouser.com/Search/Refine?Keyword=%s");
INSERT INTO distributor (name, homepage, product_page) VALUES ("Farnell", "https://de.farnell.com/", "https://de.farnell.com/manuf/part/cat/dp/%s");
INSERT INTO distributor (name, homepage, product_page) VALUES ("Octopart", "https://octopart.com/", "https://octopart.com/%s");
INSERT INTO distributor (name, homepage, product_page) VALUES ("AliExpress", "https://www.aliexpress.com/", "https://aliexpress.com/item/%s.html");