Go to file
Harun 1fc2b3463a first commit 2021-03-05 17:20:12 +01:00
README.md first commit 2021-03-05 17:20:12 +01:00
execution.cpp first commit 2021-03-05 17:20:12 +01:00
movies.txt first commit 2021-03-05 17:20:12 +01:00
shell.c first commit 2021-03-05 17:20:12 +01:00
sqlite3.c first commit 2021-03-05 17:20:12 +01:00
sqlite3.h first commit 2021-03-05 17:20:12 +01:00
sqlite3ext.h first commit 2021-03-05 17:20:12 +01:00

README.md

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:"