New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ovotech/typescript-pgsql-plugin

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ovotech/typescript-pgsql-plugin

Typescript plugin for intelisence and code completion for postgres SQL in template literals.

  • 0.8.11
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2.1K
increased by47.51%
Maintainers
0
Weekly downloads
 
Created
Source

Typescript template decorator plugin

Adds autocomplete and intellisence to typescript's LSP for potygen's sql template tags. Any editor that supports it would then have those features for the sql template tags.

Installation

yarn add --dev @ovotech/typesript-pgsql-plugin

You will then need to enable it in the typescript config, as well as define the connection to your development postgres db.

{
  "$schema": "http://json.schemastore.org/tsconfig",
  "compilerOptions": {
    "plugins": [
      {
        "name": "@ovotech/typescript-pgsql-plugin",
        "connection": "postgresql://localhost:5432/db"
      }
    ]
  }
}

FAQs

Package last updated on 05 Sep 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc