Skip to content

Separte exec() and query() methods and remove stmt js property

Fernando Toledo requested to merge Ragnarok/sbbs:sqlite into sqlite

This change separates the methods, so using exec() for insert/update/delete queries should be a little more optimal than query().

Merge request reports

Loading