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

how to insert data using textAsBlob(input data) ? #54

Open
chithrasarathy opened this issue Apr 24, 2019 · 0 comments
Open

how to insert data using textAsBlob(input data) ? #54

chithrasarathy opened this issue Apr 24, 2019 · 0 comments

Comments

@chithrasarathy
Copy link

const values = {
'pkey': id,
'queue_data': textAsBlob('${queue_data}'),
'server_config': textAsBlob('${server_config}')
};

var qb = cassanknex("cassanKnexy");
qb.insert(values);

How can i achieve this ?. Please help

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

No branches or pull requests

2 participants