sqlite3-c-examples

SQLite 3 examples in C

Stars
15

SQLite 3 examples in C

From https://www.tutorialspoint.com/sqlite/sqlite_c_cpp.htm.

Usage

Install SQLite.

git clone https://github.com/angristan/sqlite3-c-examples
cd sqlite3-c-examples
make

To get started, run ./create and ./insert.

License

MIT