|
|
před 9 roky | |
|---|---|---|
| .gitignore | před 9 roky | |
| LICENSE | před 9 roky | |
| Makefile | před 9 roky | |
| README.md | před 9 roky | |
| common.c | před 9 roky | |
| common.h | před 9 roky | |
| sql.c | před 9 roky | |
| sql.h | před 9 roky | |
| sql.sqlite3 | před 9 roky |
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.