# DDLGenerator **Repository Path**: lifeonwalden/DDLGenerator ## Basic Information - **Project Name**: DDLGenerator - **Description**: A tool to auto generate MyBatis mapping/DAO interface, DTO, and DDL based on the table definition - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2018-07-24 - **Last Updated**: 2022-01-26 ## Categories & Tags **Categories**: code-generator **Tags**: None ## README # DDLGenerator [![Build Status](https://travis-ci.org/cmanlh/DDLGenerator.svg?branch=master)](https://travis-ci.org/cmanlh/DDLGenerator) [![Maven Status](https://maven-badges.herokuapp.com/maven-central/com.lifeonwalden/DDLGenerator/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.lifeonwalden/DDLGenerator) [ ![Download](https://api.bintray.com/packages/cmanlh/maven/DDLGenerator/images/download.svg) ](https://bintray.com/cmanlh/maven/DDLGenerator/_latestVersion) [![GitHub release](https://img.shields.io/github/release/cmanlh/DDLGenerator.svg)](https://github.com/cmanlh/DDLGenerator/releases) A tool to auto generate MyBatis mapping/DAO interface, DTO, and DDL based on the table definition