aon

0.3.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i aon

Weekly Downloads

1

Version

0.3.2

License

none

Last publish

Collaborators

  • aonsolutions