This commit is contained in:
Simon Tokumine 2011-06-13 04:25:02 +01:00
parent 83b6c11155
commit ee6ba726ae

View File

@ -5,8 +5,12 @@ Provides a concurrent event driven interface for running SQL queries against the
usage
------
``` bash
node app.js [developement,test,production]
```
tests
------
make test
``` bash
make test
```