data

Gaming Dashboards and Data

I've built fairly extensive game tracking for myself. I now use it to track my games, purchases, the time I spend playing, and so on. I've also built specialized

csv-to-sqlite - copying from CSV files to a SQLite database

csv-to-sqlite is a command line tool that **takes CSV files and dumps their contents into a SQLite database**. The basic gist: for each file, the script creates a database table with the same name, tries to guess the data type, then copies all the data into the database.