I have some other questions during reading the sou...
# general
u
I have some other questions during reading the source code. 1. I see there are sqlite.cpp and rocksdb.cpp in
osquery/database/plugins/
,they have the same functions,so where is the differencs between them? 2. I see they are many code like
results.push_back(r);
. So where does the data store?cause I don't find the implementation any help is appreciated.Do you have some clue? @npamnani