- [Authentication](https://nodejs-rs-driver.docs.scylladb.com/main/connecting/authentication.md): The Node.js RS Driver supports both username/password authentication and SSL/TLS connections.
- [Batch Statements](https://nodejs-rs-driver.docs.scylladb.com/main/statements/batch.md): https://docs.datastax.com/en/developer/nodejs-driver/4.8/features/batch/index.html
- [Classes](https://nodejs-rs-driver.docs.scylladb.com/main/api/classes.md): Global classes provided by the driver.
- [Events](https://nodejs-rs-driver.docs.scylladb.com/main/api/events.md): Events emitted by the `Client` instance.
- [Getting Started](https://nodejs-rs-driver.docs.scylladb.com/main/getting-started/getting-started.md): This page will guide you through installing the Node.js RS Driver and executing your first statement...
- [Global Functions and Constants](https://nodejs-rs-driver.docs.scylladb.com/main/api/globals.md):
- [Interfaces](https://nodejs-rs-driver.docs.scylladb.com/main/api/interfaces.md): - [TableMappings](https://nodejs-rs-driver.docs.scylladb.com/main/api/mapping/TableMappings.md)
- [Load Balancing](https://nodejs-rs-driver.docs.scylladb.com/main/policies/load-balancing.md): We recommend to configure load balancing options using only `DefaultLoadBalancingPolicy`.
- [Logging](https://nodejs-rs-driver.docs.scylladb.com/main/logging/logging.md): The driver uses [events](https://nodejs.org/api/events.html) to expose logging
- [Migration Guide](https://nodejs-rs-driver.docs.scylladb.com/main/migration-guide/migration-guide.md): This guide describes the differences between the ScyllaDB Node.js RS Driver
- [Modules](https://nodejs-rs-driver.docs.scylladb.com/main/api/modules.md): * [auth](https://nodejs-rs-driver.docs.scylladb.com/main/api/auth/index.md)
- [Fetching Large Result Sets](https://nodejs-rs-driver.docs.scylladb.com/main/paging/paging.md): https://docs.datastax.com/en/developer/nodejs-driver/4.8/features/paging/index.html
- [Parameterized queries](https://nodejs-rs-driver.docs.scylladb.com/main/statements/parameterized-queries.md): https://docs.datastax.com/en/developer/nodejs-driver/4.8/features/parameterized-queries/index.html -...
- [Executing CQL Statements - Best Practices](https://nodejs-rs-driver.docs.scylladb.com/main/statements/prepared.md): https://rust-driver.docs.scylladb.com/stable/statements/statements.html
- [Retry Policies](https://nodejs-rs-driver.docs.scylladb.com/main/policies/retry-policy.md): Currently the driver supports only built-in policies. This includes the following policies:
- [Shutdown](https://nodejs-rs-driver.docs.scylladb.com/main/shutdown/shutdown.md): It is not possible to explicitly close the connection to the database.
- [Unprepared Statements](https://nodejs-rs-driver.docs.scylladb.com/main/statements/unprepared.md): Whenever you want to execute statements without their prior preparation, you need to inform the driv...
---
For more comprehensive documentation, see [llms-full.txt](https://nodejs-rs-driver.docs.scylladb.com/main/llms-full.txt)