JustyBase.Legacy
Windows desktop SQL client for Netezza-first authoring — SQL editor, result grid, object explorer, encrypted connection profiles, and tagged releases with an Inno Setup installer.
Explore JustyBase.LegacyDeveloper tools for data teams
Focused database tooling for Netezza, SQL workflows, and data platforms — from the editor to drivers and libraries that keep context visible and results close.
SELECT schema_name, table_nameFROM system_catalog.tablesWHERE is_visible = true;01 / PRODUCTS
Four flagship projects for the path from editor to query result.
Windows desktop SQL client for Netezza-first authoring — SQL editor, result grid, object explorer, encrypted connection profiles, and tagged releases with an Inno Setup installer.
Explore JustyBase.LegacyA Netezza-first SQL extension for Visual Studio Code with a built-in JavaScript driver, full Netezza/PureData tooling, and optional packs for other databases.
Explore the VS Code extensionHigh-performance IBM Netezza driver for Python — hard fork of nzpy with a C extension, async API, streaming bulk load, and pre-built wheels for Linux, macOS, and Windows.
pip install nzpy-extended
Pure TypeScript Netezza / PureData driver — no ODBC, connection pool, SSL, and an ADO.NET-style Connection/Command/Reader API for Node.js.
npm i @justybase/netezza-driver
02 / OPEN SOURCE
Supporting libraries across .NET, Java, TypeScript, and Python — same org, same focus.
.NET libraries for Netezza SQL parsing, formatting, linting, DDL generation, and catalog metadata queries.
Pure C# ADO.NET driver for IBM Netezza — no native dependencies, sync/async API, pooling, and AOT-compatible.
DBeaver extension for clipboard/Excel import-export, table creation, and Netezza-friendly DDL.
High-performance .NET library for reading and writing Excel files (.xlsx, .xlsb).
High-performance TypeScript library for XLSB/XLSX read and write — XLSB markedly faster than XLSX.
Python library for efficient XLSB/XLSX read and write, with optional C acceleration.
03 / APPROACH
Database work is already complex. The tools around it should make state, intent, and results easier to see — from the editor through drivers and SQL toolkits to spreadsheet I/O.