I have this array
stokmiktarı[ ]= {04.08.2019,"Stok Miktarı",40,50,60}
I want to insert this array into sqlite database like this.
-------------------------------------------------------------
Tarih | Isim | A Store | B Store | C Store |
-------------------------------------------------------------
04.08.2019 | Stok Miktarı | 40 | 50 | 60 |
How can ı do this in python please help me thanks.