Output of database data on the website which is created in visual studio
Question posted in Visual Studio Code
View the official documentation.
View the official documentation.
Output of database data on the website which is created in visual studio
2
Answers
Have a look at the Cassandra Node.js driver.
Here’s a sample code that shows you how to connect to Amazon Keyspaces:
You will need to download the certificate for your database. See the full instructions here.
If you’re interested, we have free tutorials on how to build apps for Cassandra on datastax.com/dev which include example apps + full working code for Javascript and other languages. Cheers!
Roshni – you can examples of how to connect to Keyspaces from the language of your choice here – https://github.com/aws-samples/amazon-keyspaces-example. Here is some sample code –