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

Feature request: Support for Buffers (BLOB/Hex) #56

Open
titanism opened this issue Oct 27, 2023 · 0 comments
Open

Feature request: Support for Buffers (BLOB/Hex) #56

titanism opened this issue Oct 27, 2023 · 0 comments

Comments

@titanism
Copy link

Right now it's not possible to use Buffers with this library due to type detection.

(e.g. you can't pass a Buffer to a builder query and then run it)

It will throw an error here since Buffer is an object:

throw new Error('Wrong value type "' + (typeof value) + '"');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant