Creates sqlite3 db and inserts all data from specified site archive into it.
Works with May 2, 2014 data dump.
- decompress archive with choosen site dump into directory with this script.
- On nix systems all file names must be lowercased
- run
makedb.py
It still is python2+ code.
It was tested only with stackoverflow-part of data dump.
It is light improvement of this code (all tables inserted and stuff...)