Skip to content

Commit 0d8d643

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

File tree

7 files changed

+507
-0
lines changed

7 files changed

+507
-0
lines changed

format/all/all.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ import (
3131
_ "github.com/wader/fq/format/png"
3232
_ "github.com/wader/fq/format/protobuf"
3333
_ "github.com/wader/fq/format/raw"
34+
_ "github.com/wader/fq/format/sqlite3"
3435
_ "github.com/wader/fq/format/tar"
3536
_ "github.com/wader/fq/format/tiff"
3637
_ "github.com/wader/fq/format/vorbis"

format/format.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ const (
7979
RAW = "raw"
8080
SLL_PACKET = "sll_packet"
8181
SLL2_PACKET = "sll2_packet"
82+
SQLITE3 = "sqlite3"
8283
TAR = "tar"
8384
TCP_SEGMENT = "tcp_segment"
8485
TIFF = "tiff"

0 commit comments

Comments
 (0)