Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>SQLTools IBM Netezza DriverNew to Visual Studio Code? Get it now.
SQLTools IBM Netezza Driver

SQLTools IBM Netezza Driver

Abhishek Jog

|
2 installs
| (0) | Free
SQLTools driver for IBM Netezza databases
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SQLTools IBM Netezza Driver

A Visual Studio Code extension that adds IBM Netezza database support to SQLTools.

Features

  • Connect to IBM Netezza databases
  • Browse database schemas, tables, views, and functions
  • Execute SQL queries with syntax highlighting
  • View and export query results

Basic Connection

{
  "name": "Netezza Connection",
  "driver": "Netezza",
  "server": "localhost",
  "port": 5480,
  "database": "your_database",
  "username": "your_username",
  "password": "your_password"
}

Requirements

  • IBM Netezza database server
  • Node.js >= 16.0.0
  • SQLTools extension

Release Notes

0.1.0

  • Initial release of IBM Netezza driver
  • Support for basic database operations
  • Schema, table, view, and function browsing
  • Query execution and result viewing

Credits

This driver is built on top of the ibm-netezza Node.js driver.

License

MIT License - see LICENSE file for details

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft