node-crate icon indicating copy to clipboard operation
node-crate copied to clipboard

Node.js base DB-Driver for CRATE (www.crate.io)

Results 8 node-crate issues
Sort by recently updated
recently updated
newest added

Is there any method to stream a huge table into nodejs process using node-crate? We also tried `pg` module with no success!

A humble request from an ardent fan! :-) [https://crate.io/docs/crate/reference/en/latest/general/ddl/column-policy.html#strict](https://crate.io/docs/crate/reference/en/latest/general/ddl/column-policy.html#strict) --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/65006113-add-support-for-create-with-column_policy-strict?utm_campaign=plugin&utm_content=tracker%2F1042667&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1042667&utm_medium=issues&utm_source=github).

The update method conveniently builds the SQL for an update statement, but for the 'where' clause it simply takes in a string of SQL. If I pass in a value...

test --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/47086293-test?utm_campaign=plugin&utm_content=tracker%2F1042667&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1042667&utm_medium=issues&utm_source=github).

Added a few extra request handlers to avoid connection timeouts with http and https requests.

The current blob API is not stream based. It would be good if it could be similar to `fs.createWriteStream` or `fs.createReadStream` ## --- Want to back this issue? **[Post a...

Hi, any plans on adding nested objects to the 'create' method? ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/6334478-nested-objects?utm_campaign=plugin&utm_content=tracker%2F1042667&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1042667&utm_medium=issues&utm_source=github).

The python client allows to specify multiple servers that are used as failsafe. Would be nice if the nodejs client supported that as well. ## --- Want to back this...

enhancement