Update README with additional help

This commit is contained in:
Timothy Warren 2014-10-28 10:18:39 -04:00
parent aaf80a08db
commit c6607f24aa
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#Node-query
#CI-Node-query
A node query builder for various SQL databases, based on CodeIgniter's query builder.
@ -33,4 +33,10 @@ A node query builder for various SQL databases, based on CodeIgniter's query bui
.get(function(/* Adapter dependent arguments */) {
// Database module result handling
});
### Additional help
* Generated documentation is in the docs/ folder
* `tests/query-builder-base.js` contains a lot of usage examples
* The `tests/adapters` folder contains examples of how to set up a connection for the appropriate database library