File: schema.sql

package info (click to toggle)
endlessh 1.1-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: ansic: 729; sh: 150; xml: 73; python: 26; makefile: 25; sql: 8
file content (8 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
CREATE TABLE IF NOT EXISTS log (
    host TEXT,
    port INTEGER,
    time REAL,
    bytes INTEGER
);
.mode csv
.import /dev/stdin log