1.0.0-alpha2.0 • Published 6 years ago

justo.plugin.cassandra v1.0.0-alpha2.0

Weekly downloads
3
License
-
Repository
bitbucket
Last release
6 years ago

justo.plugin.cassandra

Justo plugin for Cassandra database system.

Developed in Dogma, compiled to JavaScript.

Proudly made with ♥ in Valencia, Spain, EU.

Use

const cassandra = require("justo.plugin.cassandra");

cassandra.connect task

This task opens a connection and closes it:

cassandra.connect({host, ks})
  • host (string, required). Server host. Format: host:port.
  • ks (string). Key space.

If the connection is not possible, the task fails.

1.0.0-alpha2.0

6 years ago