This is the database content from the The Linux Dome Game Tome (happypenguin.com) 2013 data dump converted from the MySQL SQL dump format to the respective format for SQLite3.
How to use
The data for each table is stored in its own separate .sql file. The name of the table matches the filename. Note that each SQL file contains instructions to drop and recreate the matching table first.
To create an SQLite3 database file containing the data from all five tables run import.sh. You will need the command line interface for SQLite version 3 installed (sqlite3). The database file will be named hp.sqlite3db.