0.3.2 • Published 6 years ago

aon v0.3.2

Weekly downloads
29
License
-
Repository
github
Last release
6 years ago

tEDI

Install

$	npm install tedi

Introduction

Here is an example on how to use it:

	var tedi	= require('tedi');

Contributors

Thanks goes to the people who have contributed code to this module, see the GitHub Contributors page.

Running tests

The tests require a MySQL server instance to be setup.

Set the environment variables MYSQL_DATABASE, MYSQL_HOST, MYSQL_PORT, MYSQL_USER and MYSQL_PASSWORD. MYSQL_SOCKET can also be used in place of MYSQL_HOST and MYSQL_PORT to connect over a UNIX socket. Then run npm test.

For example, if you have an installation of mysql running on localhost:3306 and no password set for the root user, run:

$ mysql -u root -e "CREATE DATABASE IF NOT EXISTS tedi_test"
$ MYSQL_HOST=localhost MYSQL_PORT=3306 MYSQL_DATABASE=tedi_test MYSQL_USER=root MYSQL_PASSWORD= npm test
0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago