LF
Size: a a a
LF
Α
LF
Α
VM
LF
D
В
Α
AP
SL
В
В
Л
SL
SL
LF
SL
s
def insert_db(items_array,client)
items_array.each do |item|
client.query("INSERT INTO products (TITLE, COLOR, `DESC`, SIZE, PRICE, GALLERY, PREV) VALUES (
'#{item['title']}',
'#{item['color']}',
'#{item['details']}',
'#{item['brand']}',
'#{item['pictures']}',
'#{item['sizes']}',
'#{item['werbid']}',
);")
end
end
P