npm.io
1.0.1 • Published 7 years ago

we-poolman

Licence
MIT
Version
1.0.1
Deps
2
Size
6 kB
Vulns
0
Weekly
0

we-poolman

This is a system pool manager for Western Express. Please feel free to use it or extend it for your personal needs.

To run testing you need a local mysql or mariadb database with a schema test

and the following table. CREATE TABLE test ( test int(11) NOT NULL, PRIMARY KEY (test) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

You then need to create a testuser with testuser/testuser and insert a record into the table insert into test.test (test) value (1);