Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 579 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 579 Bytes

SQLTools PostgreSQL (Google Cloud SQL) Driver

This is a lightweight fork of the PostgreSQL driver from SQLTools to integrate with Google Cloud SQL using cloud-sql-nodejs-connector. Connect to your Cloud SQL PostgreSQL database without using a proxy.

Features

  • Connect directly to a Cloud SQL PostgreSQL database
  • IAM authentication
  • Service account impersonation

Changelog

0.1.0

  • First working version