Tags: gwd/go-sqlite3
Tags
Support returning any from callbacks (mattn#1046) Support returning any from callbacks
Add sqlite3_file_control() support This commit adds the SQLiteConn.FileControlInt() method which calls the underlying sqlite3_file_control() function with an int argument. This can be used for low-level operations on SQLite databases such as persisting the WAL file after database close.
PreviousNext