npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

database-studio

v1.0.5

Published

[![Version](https://img.shields.io/badge/version-1.0.1-blue.svg)](./package.json) [![License](https://img.shields.io/badge/license-private-red.svg)](#license) [![Tech Stack](https://img.shields.io/badge/tech-React%20%7C%20Express%20%7C%20MySQL-orange.svg)

Downloads

605

Readme

Database Studio App 🚀

Version License Tech Stack

Database Studio App is a high-performance, full-stack database management and visualization tool. Designed for developers and database administrators, it provides a modern, intuitive interface to explore, analyze, and document your MySQL databases with ease.


🌟 Key Features

📊 Interactive Database Viewer

Explore your data with a high-speed, paginated data table. View real-time records from your MySQL tables with a clean, responsive interface.

📐 Visual Schema Explorer

Visualize your entire database architecture at a glance. Our grid-based Schema View transforms complex table relationships into beautiful, interactive cards with dynamic color-coding.

📄 Professional PDF Documentation

Generate high-fidelity database schema reports with a single click. Powered by Puppeteer server-side rendering, our exports ensure 100% style accuracy and a professional A4 print layout.

🔐 Enterprise-Grade Security

  • Machine-ID Binding: Licenses are securely tied to unique hardware identifiers.
  • JWT Authentication: Secure session management using JSON Web Tokens and HTTP-only cookies.
  • RSA-256 Verification: Offline license verification using public/private key pairs.

🛠️ Developer-First Experience

  • Customizable Layout: Toggle between 1-4 column grid views.
  • View Switching: Seamlessly jump between raw data and architectural schemas.
  • Fast Search: Quickly find the tables and columns you need.

🚀 Quick Start

Prerequisites

  • Node.js: v18 or higher
  • pnpm: Recommended package manager
  • MySQL: Access to a running MySQL instance

Installation

# Install dependencies
pnpm install

# Build the application
pnpm build

Environment Configuration

Create a .env file in the root of the studio-app directory:

MYSQL_URL=mysql://user:password@localhost:3306/your_database

💻 Tech Stack


🏗️ Project Architecture

client/            # Modern React SPA
├── components/    # Reusable UI & Logic components
├── pages/         # Route-level components
└── lib/           # Utilities and API wrappers

server/            # Express API & Documentation Engine
├── index.ts       # Main entry point with License & PDF logic
└── config.ts      # Server configuration

bin/               # CLI tools for global linking

📑 PDF Export Engine

Our export engine doesn't just "print" the page. It uses a sophisticated server-side flow:

  1. Headless Navigation: Puppeteer visits a specialized ?export=true route.
  2. Adaptive CSS: The app re-renders specifically for print, enforcing a single-column layout and hiding interactive elements.
  3. True Fidelity: Captures full Tailwind colors and styles into a multi-page A4 PDF.

🔒 License & Security

This application requires a valid license key for operation. The licensing system uses RSA-256 signatures to ensure integrity and Machine-ID hashing to prevent unauthorized distribution.


Part of the Database Studio Workspace.