# xsql-maker **Repository Path**: pichs/xsql-maker ## Basic Information - **Project Name**: xsql-maker - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-12-26 - **Last Updated**: 2021-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: ORM框架, sql快速入手一行代码, kapt ## README # xsql-maker #### 介绍 XSql注解处理器
为xsql数据库自动生成数据库模型实体java类的映射关系类。 最新版本 [![](https://jitpack.io/v/com.gitee.pichs/xsql-maker.svg)](https://jitpack.io/#com.gitee.pichs/xsql-maker) ``` 1. kotlin请使用 kapt 'com.gitee.pichs:xsql-maker:1.1' 或 2. java请使用 annotationProcessor 'com.gitee.pichs:xsql-maker:1.1' 3. 一般还会用到xsql-core implementation 'com.gitee.pichs:xsql-core:1.1' ``` ### 传送门: [使用文档](https://gitee.com/pichs/xsql-core)