From 840a8061881b363d53e4d3c99a5a9424e5ca9f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Sat, 28 Jan 2023 10:16:00 +0100 Subject: [PATCH] sql: add farnell distributor --- populate.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/populate.sql b/populate.sql index 9ad2955..139e344 100644 --- a/populate.sql +++ b/populate.sql @@ -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");