šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

@reshuffle/db-admin

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reshuffle/db-admin

Super Simple Admin interface for Reshuffle DB

0.0.11
latest
npm
Version published
Weekly downloads
2
-71.43%
Maintainers
2
Weekly downloads
Ā 
Created
Source

Install

npm install @reshuffle/db-admin

Use

const devDBAdmin = require('@reshuffle/db-admin');

After you declare the express app, add this line:

app.use("/dev/db-admin", express.json(), devDBAdmin.devDBAdminHandler);

Access

On a reshuffle project go to https://your-reshuffle-url/dev/db-admin

FAQs

Package last updated on 13 Jan 2020

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