0.1.1 • Published 10 years ago

jugglingdb-clusterpoint v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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.

0.1.1

10 years ago

0.1.0

10 years ago