0.1.6 • Published 11 years ago

climax v0.1.6

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

climax

Installing

npm install climax

Configuration

Configuration must be like the example below. There are some configuration elements for basic connection these are;

  • type
  • user
  • password
  • port
  • host
  • database
  • max
  • log
  • querylist
{
	"serverlist": {
		"mysqlserver": {
			"type": "mysql",
			"user": "root",
			"password": "",
			"port": 3306,
			"host": "127.0.0.1",
			"database": "climax",
			"max": 10,
			"log": true,
			"querylist": {
				"select * from testing": 20000,
				"select * from vertexclique": 30000
			}
		},
		"mongodbserver": {
			"type": "mongodb",
			"port": 27017,
			"host": "172.10.1.32",
			"log": false,
			"querylist": {
				"select * from vertexclique": 50000
			}
		}
	}
}
0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago