Skip to main content

πŸŒ™ Dark Mode

Many users asked us about the dark-style ER diagrams from dbdiagram. And guess what? With this Dark Mode update, not only will it support dark-style ER diagrams, but we've also crafted a visually appealing color palette to help you reduce eye strain and improve reading. Whether you work with dbdocs for extended amounts of time or prefer to work at night, Dark Mode will improve your user experience.

Simply enable Dark Mode in the account drop-down menu to enjoy a more enjoyable and productive reading experience.

We value your feedback, so please share your thoughts on this latest addition to dbdocs. Thank you for using our products!


🚏 Diagram Visual Indicators

We're thrilled to announce an important update that will change your diagramming game. Confused between primary keys and foreign keys? Worried about those sneaky table/field notes and non-null fields? Worry not, we’ve got your back with Iconic Empowerment and Enlightened Text Styling.

  • πŸ”‘ Crystal-clear Visual Indicators: No more mixing up primary keys with foreign keys. Our feature introduces distinctive icons that catch your attention and clarify keys within your diagrams. Bid farewell to key confusion and enjoy precise understanding.

  • πŸ’‘ Note Visibility: Note-related anxiety is gone. With our enhanced feature, spotting tables and fields with attached notes is a breeze. Rest assured that no important details will slip through the cracks.

  • ✨ Enlightened Text Styling: Improve the readability and comprehension of your diagram with text styling. Wave goodbye to the chaos of non-null fields and the risks of forgotten enum values.

No more guessing games or diagramming headaches. It’s time to simplify and enhance your workflow.

We value your feedback, so please don't hesitate to share your thoughts and suggestions.


🎚️ Diagram Detail Levels

We’ve been listening closely to your feedback, and we understand how challenging it can be to work with diagrams containing hundreds of tables and thousands of columns. As a result, we’re pleased to present Diagram Detail Levels.

You can now toggle between displaying all columns, displaying only key (PK, FK) columns, or even hiding all columns, providing a global switching option for the entire diagram. Adjust the detail level to your needs, from a high-level overview of the entire database to specifics on individual tables.

This feature is immediately available to everyone. However, similar to dbdiagram, it may be moved to a paid offering when we introduce paid plans in dbdocs in the future.

We value your feedback, so please don't hesitate to share your thoughts and suggestions.


πŸš€ Publish database documents via dbdiagram

Many users asked us to link dbdocs and dbdiagram (our other product that allows you to draw ER diagrams by writing code) to improve the editing experience with online editing and collaboration features.

And we couldn't agree more. That's why we worked so hard to bring you our new feature: the ability to publish your database documents via dbdiagram.

In addition to editing your database definition (DBML) on your local machine and publishing it via the dbdocs CLI, you can now use dbdiagram as an online editor to quickly edit your database documentation.

FAQs

  1. What happens if I update a diagram after publishing it to dbdocs? Will the dbdocs document automatically update?

    Changes to your diagram will not automatically update the dbdocs document.

  2. What if I don't already have a dbdiagram account?

    You’ll need to log in to the dbdiagram using your email address to get the project list from the dbdocs account associated with your email.


As always, we appreciate your comments and suggestions. Please give this feature a shot and let us know what you think.


🎨 Support Table Header Color and Table Group

We heard you! Table Header Color and Table Group are now available in dbdocs! These two are well-loved features in dbdiagram, and are most requested by our dbdocs community.

With this, you can add a custom color to your table headers and group tables together to better organize your data models.


Table Header Color​

Choose a custom header color for each of your tables! This allows you to differentiate between tables and create more visually appealing documentation.

To set the header color for a table, use the following syntax:

Table ecomm_core.products [headercolor: #087f23] {
...
}

Table Group​

Group tables together into categories! Keep your data models organized and maintain clean, clear documentation.

To group tables, use the following syntax:

TableGroup product_group {
ecomm_core.products
ecomm_core.product_tags
}

These features are immediately available for everyone. However, similar to dbdiagram, they might be moved to a paid offering when we introduce paid plans in dbdocs in the future.

Give them a try and let us know what you think!