drawdb-io / drawdb

Free, simple, and intuitive online database diagram editor and SQL generator.
https://drawdb.app
GNU Affero General Public License v3.0
22.74k stars 1.59k forks source link

[Feature] Add Documentation Menu with Markdown Export for Database Documentation #229

Closed LuigimonSoft closed 2 months ago

LuigimonSoft commented 3 months ago

What

This pull request introduces a new "Documentation" menu item to the application, allowing users to export database documentation in Markdown format. The documentation is structured in a data dictionary format, including details such as table names, columns, constraints, indexes, and relationships.

Why

The purpose of this feature is to enhance the user experience by providing a streamlined way to generate and export database documentation in Markdown format. This allows users to easily share, review, and manage the database schema in a widely accepted and readable format.

How

close #228

vercel[bot] commented 3 months ago

@LuigimonSoft is attempting to deploy a commit to the dottle's projects Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
drawdb ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 31, 2024 8:05am
LuigimonSoft commented 3 months ago

Than you for you feedback