# sharding-core-doc
**Repository Path**: xuejm/sharding-core-doc
## Basic Information
- **Project Name**: sharding-core-doc
- **Description**: sharding-core-doc
- **Primary Language**: Shell
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-11-16
- **Last Updated**: 2023-02-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
---
home: true
icon: home
title: 项目主页
heroImage: /logo.svg
heroText: ShardingCore
tagline: 🚀 一款efcore下高性能、轻量级针对分表分库读写分离的解决方案,具有零依赖、零学习成本、零业务代码入侵。
action:
- text: 开始使用 →
link: /important/
type: primary
# - text: 博客主页 🏠
# link: /zh/
features: # 可选的
- title: 零依赖
details: 框架本身仅依赖[efcore]和[efcore.relational]其他所有方法都自行编写完全可控100%开源
- title: 零学习成本
details: 以DbContext为核心进行数据扩展,让开发者在配置完成后几乎零学习成本使用,完美的happy coding
- title: 零业务代码入侵
details: 正真做到配置即实现,用户可以做到100%的业务代码无需修改即可实现分片和读写功能
# 文章列表显示方式: detailed 默认,显示详细版文章列表(包括作者、分类、标签、摘要、分页等)| simple => 显示简约版文章列表(仅标题和日期)| none 不显示文章列表
postList: none
---