On Mon, 6 Jun 2022 at 21:15, Dan Ackroyd <dan...@basereality.com> wrote:

2. Other than the SQLite blobOpen functionality, does anyone know of
> any other functionality that is exposed by SQLite or Postgres that
> isn't currently exposed through the magic PDO methods?
>

Hi, what about the ability to load an extension on SQLite?
https://bugs.php.net/bug.php?id=64810
Basically the equivalent of SQLite3::loadExtension()
<https://www.php.net/manual/en/sqlite3.loadextension.php>

- Benjamin

Reply via email to