我需要使用執行一組Cassandra DB命令的nodeJS運行一個shell腳本文件。任何人都可以幫我在這裏如何使用nodejs運行shell腳本文件?
裏面的db.sh文件。
create keyspace dummy with replication = {'class':'SimpleStrategy','replication_factor':3}
create table dummy (userhandle text, email text primary key , name text,profilepic)
歡迎來到SO !.在發佈問題之前請閱讀以下文章: https://stackoverflow.com/help/how-to-ask – garfbradaz