Can I use NodeJS to interact with ScyllaDB? Any examples?

I’m using NodeJS for my project. I’d like to know how I can use it with ScyllaDB.

Yes, it’s possible to use the open-source NodeJS driver with ScyllaDB. Notice that this driver is not shard-aware (like some other drivers, for example, the Rust driver and the Go driver).

Some useful resources are:

You can learn more about ScyllaDB drivers in general and about share-aware drivers in the Using Scylla Drivers course on ScyllaDB University.

1 Like