jugglingdb-clusterpoint

0.1.1 • Public • Published

JugglingDB Clusterpoint

Clusterpoint database adapter for JugglingDB ###Defining a connection

    var Schema = require('jugglingdb').Schema;
	
	var schema = new Schema('clusterpoint', {
		host:'tcp://',
		storage:'datbase',
		user:'test',
		password:'test',
		account: 100
	});

For additional information, refer to JugglingDB and Clusterpoint.

###License Licensed under the MIT License.

Package Sidebar

Install

npm i jugglingdb-clusterpoint

Weekly Downloads

3

Version

0.1.1

License

MIT

Last publish

Collaborators

  • kodsunpikselis