execution.cpp | ||
movies.txt | ||
README.md | ||
shell.c | ||
sqlite3.c | ||
sqlite3.h | ||
sqlite3ext.h |
How to compile: gcc execution.cpp sqlite3.c -lpthread -ldl -lstdc++
How to run: ./a.out "name"
How to run in memory: ./a.out ":memory:"
execution.cpp | ||
movies.txt | ||
README.md | ||
shell.c | ||
sqlite3.c | ||
sqlite3.h | ||
sqlite3ext.h |
How to compile: gcc execution.cpp sqlite3.c -lpthread -ldl -lstdc++
How to run: ./a.out "name"
How to run in memory: ./a.out ":memory:"