Started working on database plugin

This commit is contained in:
2023-06-06 10:11:49 -05:00
parent 8c296654a7
commit 8983f0dd80

8
result.js Normal file
View File

@@ -0,0 +1,8 @@
const cassandra = require('cassandra-driver');
const client = new cassandra.Client({
contactPoints: ['127.0.0.1:9042'],
keyspace: 'glink',
});
const query =