added two properties, query_results, which returns a list of tuples or None. And list_dict_results which returns a list of dictionaries with column names as keys.
0.5
updated SQLlite3Helper class to have a more robust Query with an option to return a list of dictionaries by column name (which is now a property called "results_column_names")
added some basic tests
0.1.3
__init__ uploads should work now REALLY!!
0.1.2
init statements fixed, should finally work now
0.1.1
DO NOT USE made sure that package title, project title, and module title all matched DO NOT USE