PHP SQLite3 optimize large amount of inserts One of the things many people forget to do is to start and end a transaction yourself instead of letting the internal SQLite3 do it. If a transaction is not detected by SQLite,…
Programming, Security and Tech (and Code Snippets)