System.Data.Sqlite BLOBs without bufferring entire sequence into RAM

时间:2015-09-01 22:39:37

标签: sqlite streaming system.data.sqlite

I want to know if there's a way to read/write a BLOB column using System.Data.Sqlite without having to have the entire binary sequence in memory after reading and before writing.

1 个答案:

答案 0 :(得分:0)

This feature尚未实施。