|
|
vor 9 Jahren | |
|---|---|---|
| .gitignore | vor 9 Jahren | |
| LICENSE | vor 9 Jahren | |
| Makefile | vor 9 Jahren | |
| README.md | vor 9 Jahren | |
| common.c | vor 9 Jahren | |
| common.h | vor 9 Jahren | |
| sql.c | vor 9 Jahren | |
| sql.h | vor 9 Jahren | |
| sql.sqlite3 | vor 9 Jahren |
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.