New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@postgresql-typed/ui

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postgresql-typed/ui

Visualize your PostgreSQL database.

latest
Source
npmnpm
Version
0.5.4
Version published
Maintainers
1
Created
Source

@PostgreSQL-Typed/UI

Visualize your PostgreSQL database.

NPM Version CI Status Coverage
Table of Contents Installation
Usage
Ecosystem
License

Installation

Install @postgresql-typed/cli and @postgresql-typed/ui

npm install --save-dev @postgresql-typed/cli @postgresql-typed/ui

Usage

Set up your project by running pgt init in your project directory.

This will create a pgt.config.ts file in your current working directory.

npx pgt init

Fill out the pgt.config.ts file with your database connection information.

For more information on how to configure your pgt.config.ts file, see the CLI documentation

Start the UI by running pgt ui in your project directory.

This will start the UI on http://localhost:3000

npx pgt ui

Ecosystem

PostgreSQL-Typed

This package is part of the PostgreSQL-Typed ecosystem.

License

Mozilla Public License 2.0

FAQs

Package last updated on 29 May 2024

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