Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "json2mysql", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "A tool for comparing your configure json file with mysql table, then Loaded", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -6,3 +6,3 @@ # json2mysql | ||
[![Downloads][download-badge]][npm-url] | ||
[![Code Style][standard-image][standard-url]] | ||
[![Code Style][standard-image]][standard-url]] | ||
@@ -35,4 +35,3 @@ A tool to **load** a JSON/JS object file to Mysql. | ||
1. `docker-compose up -d ` will create database container | ||
2. create a test table in your database | ||
2. create a test table in your database: | ||
```sql | ||
@@ -46,3 +45,2 @@ CREATE TABLE `user` ( | ||
``` | ||
3. `npm test` | ||
@@ -62,2 +60,3 @@ | ||
[standard]: https://img.shields.io/badge/code_style-standard-brightgreen.svg | ||
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg | ||
[standard-url]: https://standardjs.com |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7428
58