An open API service indexing awesome lists of open source software.

https://github.com/angristan/sqlite3-c-examples

SQLite 3 examples in C
https://github.com/angristan/sqlite3-c-examples

Last synced: 3 months ago
JSON representation

SQLite 3 examples in C

Awesome Lists containing this project

README

          

# SQLite 3 examples in C

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

## Usage

Install [SQLite](https://www.sqlite.org/index.html).

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

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

## License

MIT