Skip to content

Commit e3827c4

Browse files
committed
WIP: sqlite3: Add decoder
See sqlite3.{go,jq} for TODO Related to #27
1 parent d4fe00d commit e3827c4

22 files changed

+2161
-0
lines changed

format/all/all.fqtest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ $ fq -n _registry.groups.probe
1616
"pcap",
1717
"pcapng",
1818
"png",
19+
"sqlite3",
1920
"tar",
2021
"tiff",
2122
"webp",

format/all/all.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import (
3535
_ "github.com/wader/fq/format/protobuf"
3636
_ "github.com/wader/fq/format/raw"
3737
_ "github.com/wader/fq/format/rtmp"
38+
_ "github.com/wader/fq/format/sqlite3"
3839
_ "github.com/wader/fq/format/tar"
3940
_ "github.com/wader/fq/format/tiff"
4041
_ "github.com/wader/fq/format/vorbis"

format/format.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ const (
9191
RTMP = "rtmp"
9292
SLL_PACKET = "sll_packet"
9393
SLL2_PACKET = "sll2_packet"
94+
SQLITE3 = "sqlite3"
9495
TAR = "tar"
9596
TCP_SEGMENT = "tcp_segment"
9697
TIFF = "tiff"

0 commit comments

Comments
 (0)