endlessh/util/schema.sql
2019-02-06 15:18:09 -05:00

9 lines
135 B
SQL

CREATE TABLE IF NOT EXISTS log (
host TEXT,
port INTEGER,
time REAL,
bytes INTEGER
);
.mode csv
.import /dev/stdin log