RFC: Implement missing SQLite feature "openBlob" in PDO
Project Governance
Author
bohwaz
The SQLite driver of PDO is missing some features provided by the SQLite3 extension, namely openBlob which allows to access a stored blob as a stream/file point...