Update README with additional help
This commit is contained in:
parent
aaf80a08db
commit
c6607f24aa
@ -1,4 +1,4 @@
|
||||
#Node-query
|
||||
#CI-Node-query
|
||||
|
||||
A node query builder for various SQL databases, based on CodeIgniter's query builder.
|
||||
|
||||
@ -34,3 +34,9 @@ A node query builder for various SQL databases, based on CodeIgniter's query bui
|
||||
// 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user