> > I think that PDO_SQLite should get the same features as the SQLite3 > extension, and the SQLite3 extension should be deprecated and > eventually removed and replaced by a userland library that would wrap > around the PDO_SQLite API.
Hi BohwaZ, Having only PDO_SQLite sounds good to me. Currently, it cannot be used to load SQLite extensions <https://bugs.php.net/bug.php?id=64810>, so this is one of the reasons one may have to stick with SQLite3. If the PDO_SQLite features come on par with those of SQLite3, I personally see no reason not to ditch SQLite3 eventually. — Benjamin