SQLite Forum

Need help building a custom amalgamation
Login
If the only thing you want to do is add a trigger to the database schema, then I suppose it might work to lock the database, create a record for the trigger, add it to the btree of the schema table, increment the schema cookie number and file change counter, and then unlock it. But another question is, do you need WAL mode?