Joachim M. Giæver 3e032f4f6b Init commit in new repo | 8 年之前 | |
---|---|---|
.gitignore | 8 年之前 | |
LICENSE | 8 年之前 | |
Makefile | 8 年之前 | |
README.md | 8 年之前 | |
common.c | 8 年之前 | |
common.h | 8 年之前 | |
sql.c | 8 年之前 | |
sql.h | 8 年之前 | |
sql.sqlite3 | 8 年之前 |
Find it hard to use SQLite3 library in C? This wrapper makes you life easier by adopting syntaxes from many other known languages.
Try it out after cloning:
make
$ ./sql-test
Remember to install SQLite3 first, and notice the linker option in the makefile - to link everything together. On Debian based systems:
$ sudo apt-get install sqlite3
Enjoy.