Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@ The driver supports the following:
- Row streaming and pipes
- Built-in TypeScript support
- Password authentication
- Configurable load balancing policies
- Error handling, based on the Rust driver

Features that are planned for the driver to become production ready:

- Configurable load balancing and retry policies
- Configurable retry policies
- Faster performance, compared to DataStax Node.js driver
- SSL support
- Error handling, based on the Rust driver
- Migration guide from the DataStax driver

For other planned features see our [Milestones](https://github.com/scylladb/nodejs-rs-driver/milestones)
Expand Down
12 changes: 5 additions & 7 deletions benchmark/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 5 additions & 7 deletions examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading