0.1.1 • Published 9 years ago

jugglingdb-clusterpoint v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 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

9 years ago

0.1.0

9 years ago