# SQLiteTest **Repository Path**: junaya/SQLiteTest ## Basic Information - **Project Name**: SQLiteTest - **Description**: init - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-30 - **Last Updated**: 2021-10-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SQLiteTest 使用SQLite存储数据,对SQLite的一个学习练习,内容包括有: > * 创建表 > * 插入数据 > * 跟新数据 > * 删除数据 > * 查询数据 > * 数据库更新,表中添加字段,增加表 > * 使用事务