New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mill-mysql-utils

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mill-mysql-utils

操作MySQL的工具类

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

mill-mysql-utils

操作MySQL的工具类

let app=require('../index.js');
app.simpleConfig({
		host:'192.168.99.254',
		database:'twdrp',
		user:'root',
		password:'root'
})
app.getQuery("SELECT * from information_schema.`COLUMNS` where table_schema=?",['twdrp'])
.then(function (data) {
	console.log(data.rows);
},function (msg) {
	console.log(msg.data);
});

FAQs

Package last updated on 14 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts