@cemiltokatli/node-data
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@cemiltokatli/node-data", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Database helper library that provides classes and methods for you to query MySQL database.", | ||
@@ -5,0 +5,0 @@ "keywords": ["database", "mysql", "node", "data", "sql", "query"], |
@@ -148,3 +148,3 @@ # Node Data | ||
You can install `node-data` with the following `npm` command: | ||
You can install `node-data` with the following [npm](https://www.npmjs.com/package/@cemiltokatli/node-data) command: | ||
@@ -181,2 +181,2 @@ ``` | ||
Please check the [sample project](https://github.com/cemiltokatli/node-data-sample) folder for usage examples. | ||
Please check the [sample project](https://github.com/cemiltokatli/node-data-sample) for usage examples. |
26519