add sqlite3 C examples
This commit is contained in:
9
~/C/README.md
Normal file
9
~/C/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# C
|
||||
|
||||
## SQLite 3
|
||||
|
||||
- [CREATE TABLE](sqlite3_create.c)
|
||||
- [INSERT INTO](sqlite3_insert.c)
|
||||
- [SELECT](sqlite3_select.c)
|
||||
- [UPDATE](sqlite3_update.c)
|
||||
- [DELETE](sqlite3_delete.c)
|
||||
Reference in New Issue
Block a user