Could you please add support for [`sqlite3_serialize`](https://www.sqlite.org/c3ref/serialize.html) and [`sqlite3_deserialize`](https://www.sqlite.org/c3ref/deserialize.html)? As a downstream app, that would allow us to manipulate database in memory only, removing the need to write data on disk!