add countme-csv2sqlite.sh
Here's a handy little script to convert the CSV output from
countme-totals.py into a SQLite database with the same columns as the
CSV file.
The resulting database ends up being about 33% larger than than the one
countme-totals.py makes, since it's storing two YYYY-MM-DD strings for
'week_start' and 'week_end' instead of a nice integer 'weeknum', but I
wanted to provide an example of how to convert CSV to SQLite.