Socket
Book a DemoInstallSign in
Socket

seeql

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seeql

[![Travis build status](http://img.shields.io/travis/gajus/seeql/master.svg?style=flat-square)](https://travis-ci.org/gajus/seeql) [![Coveralls](https://img.shields.io/coveralls/gajus/seeql.svg?style=flat-square)](https://coveralls.io/github/gajus/seeql)

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

seeql

Travis build status Coveralls NPM version Canonical Code Style Twitter Follow

Real-time SQL profiler.

Hello all!

I've created SeeQL for to enable real-time debugging of applications. SeeQL is extremely handy for identifying slow queries as you navigate the application. It acts as a transparent proxy, therefore 0 changes need to be done to the code base to use it. It basically allows you to see what queries are being executed, their response time, row count, etc.

I am looking for contributors who are equally passionate about using MySQL in Node.js to help further develop this project. I've opened a few simple issues to pick up if anyone wants to give it a shot!

Demo

How to use it?

  • Start seeql and configure it to talk with the application database.
  • Configure application to connect to seeql service.

CLI

npm install seeql -g

seeql --help

Options:
  --help               Show help                                       [boolean]
  --database-host      Target database host. Seeql will connect to this database
                       and proxy all incoming queries.       [string] [required]
  --database-database                                        [string] [required]
  --database-password                                        [string] [required]
  --database-user                                            [string] [required]
  --service-port                                        [number] [default: 3306]

Keywords

mysql

FAQs

Package last updated on 26 Mar 2017

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