PicaDeckSync

Databases, by design.

v1.0.0April 4, 2026

Changelog

New updates and improvements to PicaDeck Sync.

v1.0.0April 4, 2026

PicaDeck Sync Launch

The first release of @picadeck/* — an NPM package ecosystem that brings schema visualization directly into your backend code. Zero config, zero external dependencies.

  • NewPicaDeck Sync — NPM packages that let you visualize your database schema directly from your backend code
  • NewExpress middleware — add two lines to serve an interactive schema visualizer at any route
  • NewEmbedded visualizer with light/dark theme, auto-layout, and relationship mapping
  • NewMongoose support — visualize schemas from your Mongoose models or connections
  • NewTypeORM support — visualize entities, relationships, and composite keys from your DataSource
  • NewPrisma support — visualize schemas directly from your .prisma file
  • NewSequelize support — visualize models with all association types and dialect auto-detection
  • NewDrizzle ORM support — visualize PostgreSQL, MySQL, and SQLite schemas
  • NewRaw SQL support — visualize schemas from PostgreSQL and MySQL DDL
  • NewNestJS integration — dynamic module with auto-detection of your ORM from the DI container
  • NewNext.js integration — App Router handler you can export as a GET route
  • ImprovedZero configuration — works with your existing ORM setup, no extra dependencies
  • ImprovedSelf-contained — single HTML response with no external API calls or CDN dependencies
You've reached the beginning of PicaDeck Sync