mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-21 06:34:59 +01:00
This is a minor improvement over the SQLite crate, which performs fewer SQL statements and fetches multiple results instead. This will also remove some redundant commit() and rollback calls. Rollback already happens on drop, and there is no need for a commit if the database hasn't changed, as the transaction is used as a locking mechanism in this context.