标签: SQLite 事务

后浪云SQLite 教程:SQLite 事务(Transaction)

SQLite 事务(Transaction) 事务(Transaction)是一个对数据库执行工作单元。事务(Transaction)是以逻辑顺序完成的工作单位或序列,可以是由用户手动操作……