# MythORM **Repository Path**: gin9/MythORM ## Basic Information - **Project Name**: MythORM - **Description**: 简易的ORM框架 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MythORM > 简易的数据库操作框架, 用于自己的小工具, 采用Groovy开发 compile 'com.github.kuangcp:MythORM:0.0.3-SNAPSHOT' # TODO - 去除SQL拼接方式 - 增加连接池方案