An open API service indexing awesome lists of open source software.

https://github.com/junaya/sqlitetest

init
https://github.com/junaya/sqlitetest

Last synced: 9 months ago
JSON representation

init

Awesome Lists containing this project

README

          

# SQLiteTest
使用SQLite存储数据,对SQLite的一个学习练习,内容包括有:
> * 创建表
> * 插入数据
> * 跟新数据
> * 删除数据
> * 查询数据
> * 数据库更新,表中添加字段,增加表
> * 使用事务