Hello,
I am a happy user of the SqliteDict. Thanks for making it!
I would like to store a list as a table in the same sql file.
At the moment, in order to use the same sql file, I am storing the list as a value inside a dict.
This is highly inefficient since to add an element, I rewrite the whole list to sql.
I think it would be a pretty useful feature.
Just my 2 cents :)