Skip to content

Visualize information about sequelize pool connection usage and query timing

Notifications You must be signed in to change notification settings

ghostframe/sequelize-inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sequelize-inspector

Inspect sequelize's connection pool usage and query performance. This library inspects sequelize and shows the info on your express server.

1. Install

npm install sequelize-inspector

2. Use

import SequelizeInspector from 'sequelize-inspector'

// ... setup sequelize and express

SequelizeInspector.init(app, sequelize)

3. Open

Start up your server, open up /sequelize and you'll see this graph.

Each "lane" represents a connection to the database. Rectangles within it are queries and transactions. Hover them to see their details.

screenshot

This is still in early development and is NOT a production feature!

About

Visualize information about sequelize pool connection usage and query timing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published