https://github.com/gotz1480/sqlite-tutorials
SQLite tutorials in C
https://github.com/gotz1480/sqlite-tutorials
sqlite sqlite3 sqlite3-database tutorial
Last synced: 9 months ago
JSON representation
SQLite tutorials in C
- Host: GitHub
- URL: https://github.com/gotz1480/sqlite-tutorials
- Owner: gotz1480
- License: gpl-3.0
- Created: 2022-05-04T20:15:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-09T23:21:13.000Z (over 3 years ago)
- Last Synced: 2025-04-04T13:13:20.463Z (9 months ago)
- Topics: sqlite, sqlite3, sqlite3-database, tutorial
- Language: C
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqlite-tutorials
SQLite tutorials in C
## Setup
`sudo apt-get install sqlite3`
`sudo apt-get install libsqlite3-dev`