1.0.1 • Published 5 years ago

we-poolman v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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);