Tag

database documentation

1 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Aug 13, 2024 · Databases

Automate Database Documentation in SpringBoot with Screw: A Complete Guide

This article explains why maintaining up‑to‑date database schema documentation is essential, introduces the Screw tool and its supported databases and output formats, and provides a step‑by‑step SpringBoot 3.2.5 example—including Maven dependency, configuration classes, a generation component, and a test—to automatically produce HTML, Word, or Markdown docs.

JavaSpringBootautomation
0 likes · 8 min read
Automate Database Documentation in SpringBoot with Screw: A Complete Guide
Selected Java Interview Questions
Selected Java Interview Questions
Feb 5, 2021 · Databases

Screw: A Lightweight Database Documentation Generation Tool for Multiple Databases

Screw is an open‑source, lightweight Java plugin that automatically generates database design documentation in HTML, Word, or Markdown for a wide range of databases, offering customizable templates, extensible modules, and Maven integration to streamline documentation maintenance and reduce manual effort.

JavaMaven pluginSQL
0 likes · 12 min read
Screw: A Lightweight Database Documentation Generation Tool for Multiple Databases
macrozheng
macrozheng
Aug 28, 2020 · Databases

Generate Database Documentation with Screw and Maven in Minutes

This guide shows how to use the open‑source Screw tool together with Maven to automatically generate HTML, DOC, or MD documentation for MySQL, MariaDB, TiDB, Oracle, SQL Server, PostgreSQL and other databases, including configuration, code examples, and output options.

JavaSQLcode generation
0 likes · 8 min read
Generate Database Documentation with Screw and Maven in Minutes
Java Architecture Diary
Java Architecture Diary
Jul 7, 2020 · Databases

Automatically Generate Comprehensive Database Docs with Screw

This article introduces the Screw plugin, a lightweight tool that automates database table structure documentation across multiple databases, supports various output formats, and can be configured via custom Java code or a Maven plugin to streamline enterprise development workflows.

JavaMaven plugincode generation
0 likes · 5 min read
Automatically Generate Comprehensive Database Docs with Screw