Import osqueryi from upstream
authorsangwan.kwon <sangwan.kwon@samsung.com>
Tue, 21 May 2019 06:39:54 +0000 (15:39 +0900)
committerSangwan Kwon <sangwan.kwon@samsung.com>
Wed, 12 Jun 2019 00:04:42 +0000 (09:04 +0900)
commitb07bb98fc87daca2508ca299ddd012776333273f
tree4eda1fa47818a251bae533c29d711525a3769747
parent3dbdea9ac59518bf9cf34810336a21533d93886b
Import osqueryi from upstream

osqueryi: an interactive SQL query shell.

osquery-sqlite3 version is different from sqlite3 of tizen-repos.
So, use osquery-sqlite3 as is.

Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
13 files changed:
CMakeLists.txt
docker/Dockerfile
include/osquery/devtools.h [new file with mode: 0644]
osquery/CMakeLists.txt
osquery/devtools/CMakeLists.txt [new file with mode: 0644]
osquery/devtools/printer.cpp [new file with mode: 0644]
osquery/devtools/printer_tests.cpp [new file with mode: 0644]
osquery/devtools/shell.cpp [new file with mode: 0644]
osquery/main/shell.cpp [new file with mode: 0644]
packaging/osquery.spec
sqlite3/CMakeLists.txt [new file with mode: 0644]
sqlite3/sqlite3.c [new file with mode: 0644]
sqlite3/sqlite3.h [new file with mode: 0644]