Skip to content

AdminerDumpMarkdown v1.0

Latest

Choose a tag to compare

@fthiella fthiella released this 04 Mar 19:56

πŸš€ First Stable Release (v1.0)

This is the first official stable release of the Adminer Dump Markdown plugin. It allows exporting database structures and data into clean, readable Markdown files (.md).

✨ Features

  • Database Export: Generates H1 headers for database names.
  • Table Structure: Exports table schemas into Markdown tables, including columns, types, comments, and constraints.
  • Data Export: Dumps table data with intelligent column width calculation.
  • Smart Sampling: Uses a configurable row limit (rowSampleLimit) to calculate column widths without overloading memory.
  • Customizable: Options for nullValue representation and Markdown character customization (markdown_chr).
  • UTF-8 Support: Full support for UTF-8 characters with a fallback to standard string functions if mbstring is missing.

πŸ›  Fixes & Improvements (v1.0)

  • Fixed a bug in dumpDatabase where the database title was not printed due to a format name mismatch.
  • Optimized data dumping logic to prevent double table rendering.
  • Aligned documentation defaults with actual code implementation.

πŸ“„ License

Dual-licensed under Apache License 2.0 and GPL 2 for maximum compatibility with Adminer.