Available Now

Knex Vision

A VS Code extension to inspect, visualize, and validate Knex.js migrations right inside your editor.

What it is

Knex Vision is an intuitive VS Code extension that seamlessly integrates into your development workflow. It allows developers to visualize their Knex.js migrations, providing a clear overview of the database schema without ever leaving the IDE or requiring external database visualization tools.

Why it exists

Working with raw migration files can be challenging to visualize structurally. Knex Vision was created to bridge this gap, offering features like time-travel schema replay and interactive previews that help prevent schema mistakes before they ever reach production.

Core Features

Interactive Preview

View exact table structures and relationships in a responsive, interactive UI inside your editor before applying migrations.

Time-Travel Replay

Step backward and forward through your migration history to review exactly how your schema evolved across commits.

TypeScript Generation

Automatically generate perfectly typed TypeScript models and interfaces derived straight from your Knex schema.