Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add methods that allow to insert/fetch a stream of bytes in arbitrary format #174

Open
slvrtrn opened this issue Nov 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@slvrtrn
Copy link
Contributor

slvrtrn commented 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 just RawCursor, so it and it's next method will be public)
  • Insert::write_raw?
@slvrtrn slvrtrn added the enhancement New feature or request label Nov 8, 2024
@slvrtrn 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant