sqlite3_commit(3f) - [M_sqlite] Commits a transaction on the given database
Synopsis
Description
Options
subroutine sqlite3_commit(db)
type(SQLITE_DATABASE) db
Commit the changes made since the start of a transaction. This makes the changes permanent.Note:
Accompanies sqlite3_begin
db Structure for the database
Nemo Release 3.1 | sqlite3_commit (3) | February 23, 2025 |