# LegendDao数据层框架 **Repository Path**: Beansp/Legend-dao ## Basic Information - **Project Name**: LegendDao数据层框架 - **Description**: 对两种数据源进行封装(ymal本地存储格式,sql存储), 以实体类为中心, 特性: 1. 自动生成ymal或sql表。 2. 封装了对数据操作的CRUD,不管是ymal还是sql,使用同一套接口 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-26 - **Last Updated**: 2022-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LegendDao数据层框架 #### 介绍 对两种数据源进行封装(yaml本地存储格式,sql存储), 以实体类为中心 特性: 1. 自动生成yaml或sql表。 2. 封装了对数据操作的CRUD 不管是yaml还是sql,使用同一套接口