asfernandes / node-firebird-drivers

Node.js Firebird Drivers
MIT License
53 stars 17 forks source link

Blob as string #95

Closed marcin-bury closed 3 years ago

marcin-bury commented 3 years ago

Hello

First let me ask if there is another place I could ask questions regardnig the usage of this package instead of creating new issue (which may be annoying for the author(s) ).

If not, let me ask it here: is there a way to automatically convert text blobs to strings (while fetching in resultset) or vice versa (string to blob) while performing insert or update using params array?

TIA Marcin