π 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
nullValuerepresentation and Markdown character customization (markdown_chr). - UTF-8 Support: Full support for UTF-8 characters with a fallback to standard string functions if
mbstringis missing.
π Fixes & Improvements (v1.0)
- Fixed a bug in
dumpDatabasewhere 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.