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

pgsql-praser

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pgsql-praser

A simple utility to extract table and column names from a SQL query using pgsql-parser.

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

pgsql-praser

PostgreSQL analyze tool

Install

$ npm install pgsql-praser

Use

const Parser = require('./src/index');

const parser = new Parser({ 
  verbose: true, 
  autoFormat: true 
});

const result = parser.parse('SELECT * FROM users WHERE id=1');
console.log(result)

Keywords

postgresql

FAQs

Package last updated on 11 Oct 2025

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