News

When a Python process exits that has some sqlitedict objects still in memory, the final pre-exit garbage collection can cause some unsightly errors being printed: Exception TypeError: TypeError("'N ...
Using subclasses defining a logical data model, read a csv file with name different than in the data model. In the DataClassReader using the .map method to map columns names in the csv file to field ...