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
slvrtrn
changed the title
Add insert_raw / select_raw methods that allow to fetch a stream of bytes in arbitrary format
Add methods that allow to insert/fetch a stream of bytes in arbitrary format
Nov 8, 2024
See the discussion here: #152 (comment)
For raw insert, the main use case is to insert the data from files. Similarly, with raw query, the data can be saved into a file.
Possible implementations:
Query::fetch_raw
(returning justRawCursor
, so it and it'snext
method will be public)Insert::write_raw
?The text was updated successfully, but these errors were encountered: