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.