sql
sql copied to clipboard
Commands to make a tiny SQLite database file of the data.
And some example SQL to get data.
SQLite as an alternative to the huge install of PostgreSQL. SQLite can run simple and not so simple SELECTs I.e. on Ubuntu: sudo apt install sqlite3 curl pv wget perl