Go to file
Harun cc5bfec4e3 fixed memory leak 2021-03-26 16:13:17 +01:00
README.md first commit 2021-03-05 17:20:12 +01:00
execution.cpp fixed memory leak 2021-03-26 16:13:17 +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:"