sql icon indicating copy to clipboard operation
sql copied to clipboard

Commands to make a tiny SQLite database file of the data.

Open kjetillll opened this issue 5 years ago • 1 comments

And some example SQL to get data.

kjetillll avatar Feb 16 '20 15:02 kjetillll

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

kjetillll avatar Feb 16 '20 15:02 kjetillll