Skip to content

Commit

Permalink
WIP: sqlite3: Add decoder
Browse files Browse the repository at this point in the history
See sqlite3.{go,jq} for TODO

Related to #27
  • Loading branch information
wader committed Jan 20, 2022
1 parent 34a09c4 commit 0d8d643
Show file tree
Hide file tree
Showing 7 changed files with 507 additions and 0 deletions.
1 change: 1 addition & 0 deletions format/all/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import (
_ "github.com/wader/fq/format/png"
_ "github.com/wader/fq/format/protobuf"
_ "github.com/wader/fq/format/raw"
_ "github.com/wader/fq/format/sqlite3"
_ "github.com/wader/fq/format/tar"
_ "github.com/wader/fq/format/tiff"
_ "github.com/wader/fq/format/vorbis"
Expand Down
1 change: 1 addition & 0 deletions format/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const (
RAW = "raw"
SLL_PACKET = "sll_packet"
SLL2_PACKET = "sll2_packet"
SQLITE3 = "sqlite3"
TAR = "tar"
TCP_SEGMENT = "tcp_segment"
TIFF = "tiff"
Expand Down

0 comments on commit 0d8d643

Please sign in to comment.