Python newsgroup wrote:
Hi,What is the most efficient way to enter python binary data such as lists ordictionaries in to sqlite? Has anyone had any experiences with this? We willbe inserting a list of lists of integers into our database. For example: [[1,2,3],[1,4,6],[1,1,1],[2,4,6],[12,32,4],...,[1,3,4]] Any suggestions will be appreciated cheers, Bijan
How do you want to access it?