mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
add SQLite reader.
Probably memleaky as hell, does not support tables/vectors yet, but it managed to successfully read very simple tables.
This commit is contained in:
parent
a14f85d072
commit
1a1c798738
8 changed files with 429 additions and 5 deletions
|
@ -189,6 +189,7 @@ enum Reader %{
|
|||
READER_ASCII,
|
||||
READER_RAW,
|
||||
READER_BENCHMARK,
|
||||
READER_SQLITE,
|
||||
%}
|
||||
|
||||
enum Event %{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue