A Visual Studio Code extension that adds IBM Netezza database support to SQLTools.
- Connect to IBM Netezza databases
- Browse database schemas, tables, views, and functions
- Execute SQL queries with syntax highlighting
- View and export query results
{
"name": "Netezza Connection",
"driver": "Netezza",
"server": "localhost",
"port": 5480,
"database": "your_database",
"username": "your_username",
"password": "your_password"
}- IBM Netezza database server
- Node.js >= 16.0.0
- SQLTools extension
- Initial release of IBM Netezza driver
- Support for basic database operations
- Schema, table, view, and function browsing
- Query execution and result viewing
This driver is built on top of the ibm-netezza Node.js driver.
MIT License - see LICENSE file for details