You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-8Lines changed: 27 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
machinepack-mysql
4
4
</h1>
5
5
6
-
### [Docs](http://node-machine.org/machinepack-mysql) [Browse other machines](http://node-machine.org/machinepacks) [FAQ](http://node-machine.org/implementing/FAQ) [Newsgroup](https://groups.google.com/forum/?hl=en#!forum/node-machine)
6
+
Structured Node.js bindings for MySQL.
7
7
8
-
Structured Node.js bindings for MySql.
8
+
> See https://github.com/node-machine/driver-interfacefor more background information about this package.
@@ -14,16 +14,35 @@ Structured Node.js bindings for MySql.
14
14
$ npm install machinepack-mysql
15
15
```
16
16
17
+
17
18
## Usage
18
19
19
-
For the latest usage documentation, version information, and test status of this module, see <ahref="http://node-machine.org/machinepack-mysql"title="Structured Node.js bindings for MySql. (for node.js)">http://node-machine.org/machinepack-mysql</a>. The generated manpages for each machine contain a complete reference of all expected inputs, possible exit states, and example return values. If you need more help, or find a bug, jump into [Gitter](https://gitter.im/node-machine/general) or leave a message in the project [newsgroup](https://groups.google.com/forum/?hl=en#!forum/node-machine).
20
+
For the latest usage documentation, version information, and test status of this module, see <ahref="http://node-machine.org/machinepack-mysql"title="Structured Node.js bindings for MySql. (for node.js)">http://node-machine.org/machinepack-mysql</a>. The generated manpages for each machine contain a complete reference of all expected inputs, possible exit states, and example return values.
21
+
22
+
23
+
## Help
24
+
25
+
For more examples, or if you get stuck or have questions, click [here](http://sailsjs.com/support).
To report a bug, [click here](http://sailsjs.com/bugs).
20
31
21
-
## About [](https://gitter.im/node-machine/general?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
22
32
23
-
This is a [machinepack](http://node-machine.org/machinepacks), an NPM module which exposes a set of related Node.js [machines](http://node-machine.org/spec/machine) according to the [machinepack specification](http://node-machine.org/spec/machinepack).
24
-
Documentation pages for the machines contained in this module (as well as all other NPM-hosted machines for Node.js) are automatically generated and kept up-to-date on the <ahref="http://node-machine.org"title="Public machine registry for Node.js">public registry</a>.
25
-
Learn more at <ahref="http://node-machine.org/implementing/FAQ"title="Machine Project FAQ (for implementors)">http://node-machine.org/implementing/FAQ</a>.
Please observe the guidelines and conventions laid out in the [Sails project contribution guide](http://sailsjs.com/contribute) when opening issues or submitting pull requests.
Thanks to [felixge](https://github.com/felixge) and [dougwilson](https://github.com/dougwilson) for all of their great work on [mysql](http://npmjs.com/package/mysql).
0 commit comments