Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mysql-live-select

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysql-live-select - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

example.js

@@ -0,1 +1,3 @@

/* mysql-live-select, MIT License ben@latenightsketches.com
example.js - Use mysql < example.sql to get started */
var LiveMysql = require('./');

@@ -2,0 +4,0 @@

2

package.json
{
"name": "mysql-live-select",
"version": "0.0.1",
"version": "0.0.2",
"description": "Live updating MySQL SELECT statements",

@@ -5,0 +5,0 @@ "main": "lib/LiveMysql.js",

@@ -7,21 +7,9 @@ # mysql-live-select

## *Under Construction*
## Installation
This package is not yet completed. In order to test it, you must clone the repo. Please use the following command sequence as a guide:
* Add the package to your project:
```bash
$ npm install mysql-live-select
```
```bash
$ git clone https://github.com/numtel/mysql-live-select.git
$ cd mysql-live-select
$ npm install
# To use example as-is, copy example data into MySQL
$ mysql < example.sql
# Configure example to match your MySQL settings
# (Be sure to also to enable the binary log, as described in next section)
$ vim example.js
# Run example
$ node example.js
```
## Installation
* Enable MySQL binlog in `my.cnf`, restart MySQL server after making the changes.

@@ -28,0 +16,0 @@

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