SQLite/README.md

6 lines
138 B
Markdown
Raw Normal View History

2021-03-05 17:20:12 +01:00
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:"