Open rcoup opened 6 years ago
You are correct. I thought the SQL level stuff would be sufficient while adding, but at the end discovered that it can't be used at all without them. Doing this is on the list, but will take a while. (The time goes on documentation, testing, error handling etc.)
https://www.sqlite.org/rbu.html describes the key RBU extension functions (
sqlite3rbu_*
), and the full set is in https://sqlite.org/src/doc/trunk/ext/rbu/sqlite3rbu.hWhile APSW allows me to build sqlite with the RBU extension included, is there a way to actually call the RBU functions?