e24d15181e
# Conflicts: # benchmarks/run_hclc.sh |
||
---|---|---|
benchmarks | ||
README.md | ||
execution.cpp | ||
movies.txt | ||
shell.c | ||
sqlite3.c | ||
sqlite3.h | ||
sqlite3ext.h |
README.md
How to compile: gcc execution.cpp sqlite3.c -lpthread -ldl -lstdc++ -o sqlite_binary
How to run: ./sqlite_binary "name"
How to run in memory: ./sqlite_binary ":memory:"