SQL-wrapper for SQLite3.

Joachim M. Giæver 3e032f4f6b Init commit in new repo 8 năm trước cách đây
.gitignore ee40ddb658 Initial commit 8 năm trước cách đây
LICENSE ee40ddb658 Initial commit 8 năm trước cách đây
Makefile 3e032f4f6b Init commit in new repo 8 năm trước cách đây
README.md 3e032f4f6b Init commit in new repo 8 năm trước cách đây
common.c 3e032f4f6b Init commit in new repo 8 năm trước cách đây
common.h 3e032f4f6b Init commit in new repo 8 năm trước cách đây
sql.c 3e032f4f6b Init commit in new repo 8 năm trước cách đây
sql.h 3e032f4f6b Init commit in new repo 8 năm trước cách đây
sql.sqlite3 3e032f4f6b Init commit in new repo 8 năm trước cách đây

README.md

SQL-wrapper for SQLite3

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.