Tag: sqlite
- [PHP/Codeigniter] Getting multi-queries right with SQLITE (14 Nov 2022)
My earlier article dealt with multi-query issues of MySQL, this one is dedicated to SQLITE. Multi-queries are often discouraged to begin with but there are times when you find yourself using them. One typical use case is populating the database initially when it’s empty. You do this by running an...