You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the look of this library but from what I can see in the code, blobs can only be bound to byte arrays. Meanwhile Microsoft.Data.Sqlite and SQLitePCL.pretty expose the ability to stream data in and out of blobs.
Is there a way to use raw queries to stream this data out without resorting to a different library?
The text was updated successfully, but these errors were encountered:
I like the look of this library but from what I can see in the code, blobs can only be bound to byte arrays. Meanwhile Microsoft.Data.Sqlite and SQLitePCL.pretty expose the ability to stream data in and out of blobs.
Is there a way to use raw queries to stream this data out without resorting to a different library?
The text was updated successfully, but these errors were encountered: