You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This driver is an overlay over the [ScyllaDB Rust Driver](https://github.com/scy
8
8
with the interface based on the [Node.js Driver for Apache Cassandra](https://github.com/apache/cassandra-nodejs-driver) (formerly known as DataStax Node.js Driver).
9
9
Although optimized for ScyllaDB, the driver is also compatible with [Apache Cassandra®](https://cassandra.apache.org/).
10
10
11
-
This driver is currently in the experimental state. We are working on features necessary for the driver to be considered production ready.
11
+
This driver is considered production ready. Some optional driver features are still missing and will be added in the following releases.
12
12
13
13
## Getting started
14
14
@@ -20,7 +20,7 @@ Currently only linux x86_64 architecture is supported with planned support for o
20
20
21
21
### Documentation
22
22
23
-
The API ([documentation](https://nodejs-rs-driver.docs.scylladb.com/stable/api/)) of the driver is based on the Cassandra driver.
23
+
The [documentation](https://nodejs-rs-driver.docs.scylladb.com/stable/api/) of the driver is based on the Cassandra Node.js and ScyllaDB Rust drivers.
24
24
Some of the endpoints are already implemented, others are planned, and some parts of the API (including features that were deprecated and are specific to DataStax databases) are removed.
25
25
The status of each API endpoint is listed in [this document](https://docs.google.com/spreadsheets/d/e/2PACX-1vRR8BUXy5u_DLNMet4L2MEmjSE0eeOX2SQIq8Sxy5BI8OoLeOopWlD2I_6-IWcas-rKw06o19la5-q6/pubhtml?gid=2021765806) and unimplemented features are tracked in the repository [issues](https://github.com/scylladb/nodejs-rs-driver/issues).
26
26
@@ -35,6 +35,7 @@ You can find example usages of the driver in the [examples directory](https://gi
0 commit comments