sqlite.commit(dbname)
Commit a transaction in the given database. The finalize method (see finalize()) can be used to commit all rows prior at the end of UDX execution.
Example
function finalize()
sqlite.commit('testdb')
end