# sqlite_hand_book **Repository Path**: wlly-lzh/sqlite_hand_book ## Basic Information - **Project Name**: sqlite_hand_book - **Description**: sqlite手册 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-24 - **Last Updated**: 2025-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sqlite手册 --- ## 索引 - 基础 * [sqlite命令](./base/sqlite-shell.md) * [常见数据类型](./base/data-type.md) * [操作表的SQL](./base/sql-table.md) - SQL * [insert](./crud/insert.md) * [delete](./crud/delete.md) * [update](./crud/update.md) * [select](./crud/select.md) * [运算符](./crud/operator.md) - C-API * [基本API](./c-api/base-api.md) * [参数化查询](./c-api/parameter_query.md)