Skip to content

Releases: BOCOVO/db-schema-visualizer

v.0.5.0-dbml

01 Mar 20:11
Compare
Choose a tag to compare

What's Changed

  • Displaying not null marker for not null fields by @BOCOVO in #72
  • feat: display parsing error through diagnostic by @BOCOVO in #73

v.0.3.0-prisma

01 Mar 20:14
Compare
Choose a tag to compare

What's Changed

  • Displaying not null marker for not null fields by @BOCOVO in #72
  • Display parsing error through diagnostic by @BOCOVO in #73

v0.4.0 ( DBML extension )

08 Oct 23:56
Compare
Choose a tag to compare

Added

  • Improve auto layout with dagrejs

v0.2.0 ( Prisma extension )

08 Oct 23:57
Compare
Choose a tag to compare

Added

  • Improve auto layout with dagrejs

v0.3.4 ( DBML extension )

22 Sep 21:45
Compare
Choose a tag to compare

Added

  • Added DBML logo as file icon for dbml file

Fixed

  • Dependence with the vscode-dbml VS Code plugin

v0.3.3 ( DBML extension )

25 Aug 13:55
Compare
Choose a tag to compare

Fixed

  • Prevent table names from being truncated for long table name
  • Typo in preview tab name

v0.1.1 ( Prisma extension )

25 Aug 14:00
Compare
Choose a tag to compare

Fixed

  • Prevent table names from being truncated for long table name

v0.3.2 ( DBML extension )

01 Aug 21:15
Compare
Choose a tag to compare

Fixed

  • Improved multi-schema code handling
    Related to #53 fixed in #54

v0.1.0 ( Prisma extension )

27 Jul 19:12
Compare
Choose a tag to compare

Create the Prisma extension

Added

  • Create diagram from Prisma code
  • Support light and dark theme
  • Save and restore tables positions on exiting
  • Save and restore stage position on exiting
  • Ability to toggle table visualization mode. Display all columns, relational columns only or table headers only by @tv-long

v0.3.0 ( DBML extension )

27 Jul 19:04
Compare
Choose a tag to compare

Added

  • Ability to toggle table visualization mode. Display all columns, relational columns only or table headers only by @tv-long