mysql-live-select
Advanced tools
Comparing version 0.0.3 to 0.0.4
/* mysql-live-select, MIT License ben@latenightsketches.com | ||
lib/LiveMysql.js - Main Class */ | ||
var ZongJi = require('zongji'); | ||
var ZongJi = require('../node_modules/zongji'); | ||
var mysql = require('mysql'); | ||
@@ -5,0 +5,0 @@ var LiveMysqlSelect = require('./LiveMysqlSelect'); |
{ | ||
"name": "mysql-live-select", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Live updating MySQL SELECT statements", | ||
@@ -5,0 +5,0 @@ "main": "lib/LiveMysql.js", |
@@ -39,3 +39,3 @@ # mysql-live-select | ||
One argument, an object defining the settings. In addition the [`node-mysql` connection settings](#...), the following settings are available: | ||
One argument, an object defining the settings. In addition to the [`node-mysql` connection settings](https://github.com/felixge/node-mysql#connection-options), the following settings are available: | ||
@@ -42,0 +42,0 @@ Setting | Type | Description |
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
20205