engineering··3 min read·WoWSQL Engineering

WoWSQL Shipping Log — May 01, 2026: Database & Postgres

Engineering update for May 01, 2026: 6 commits in WoWSQL/wowmysql — fix: all 57 CLI commands working — migration down/diff, procedures safe params, local PostgreSQL, backup list, views MySQL fixes (+3 related commits).

WoWSQL Shipping Log — May 01, 2026

This is an evidence-based engineering update from the public WoWSQL/wowmysql repository. We document what landed in git on this date — not roadmap promises.

Highlights

  • Database & Postgres — fix: all 57 CLI commands working — migration down/diff, procedures safe params, local PostgreSQL, backup list, views MySQL fixes (+3 related commits)
  • Platform improvements — chore: add pyproject.toml, bump CLI version to 1.3.0 (+1 related commit)

Commits (6 total)

Commit Change
46fa4d1 chore: add pyproject.toml, bump CLI version to 1.3.0
f9a494d name update
994299d fix: all 57 CLI commands working — migration down/diff, procedures safe params, local PostgreSQL, backup list, views MySQL fixes
75f76d2 fix: deep CLI audit — logs, storage, export, types, connect, backup all fixed for PostgreSQL
da861d0 feat: implement local backup/restore and CSV import for WowSQL CLI
b2bd785 fix: replace all MySQL syntax with PostgreSQL in CLI API endpoints

What this means for developers

Database improvements strengthen managed PostgreSQL reliability, backups, pooling, or SQL workflows.

Try WoWSQL


Source: git history on 2026-05-01. Features described here reflect engineering work in progress or shipped — verify in docs or changelog before building production dependencies.

WoWSQL Shipping Log — May 01, 2026: Database & Postgres — WoWSQL Blog | WoWSQL