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
- Host: GitHub
- URL: https://github.com/angristan/sqlite3-c-examples
- Owner: angristan
- Created: 2018-11-22T20:47:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T14:55:39.000Z (almost 7 years ago)
- Last Synced: 2025-07-03T02:53:24.023Z (3 months ago)
- Language: C
- Size: 7.81 KB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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