Hello,
Is there some siple way or how to integrate sqlite database into gtk.TreeModel (TreeView)?
What I want is to display data from db in treeview and it would be nice when I change something in db to see the change in treeview and the odher way round.
Thanks