If I have some sample data, how do I put it into SQLite (preferably fully automated)?
{\"uri\":\"/\",\"user_agent\":\"example1\"}
{\"uri\":\"/foobar\",\"user
sqlitebiter appears to provide a python solution:
A CLI tool to convert CSV/Excel/HTML/JSON/LTSV/Markdown/SQLite/TSV/Google-Sheets to a SQLite database file. http://sqlitebiter.rtfd.io/
docs: http://sqlitebiter.readthedocs.io/en/latest/
project: https://github.com/thombashi/sqlitebiter