Socket
Socket
Sign inDemoInstall

json2mysql

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json2mysql - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

package.json
{
"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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc