geektutu / blog

极客兔兔的博客,Coding Coding 创建有趣的开源项目。
https://geektutu.com
Apache License 2.0
166 stars 21 forks source link

SQLite 常用命令 | 速查表(Cheat Sheet) | 极客兔兔 #71

Open geektutu opened 4 years ago

geektutu commented 4 years ago

https://geektutu.com/post/cheat-sheet-sqlite.html

SQLite 常见的使用命令。包括数据库的安装与连接,表(table)的创建(create)与删除(delete),记录的插入(insert)删除(delete)查询(select)改(update),以及事务(transaction)等操作。