This website requires JavaScript.
Explore
Help
Sign In
Autotest
/
sharding
mirror of
https://gitee.com/dotnetchina/sharding-core.git
Watch
1
Star
0
Fork
You've already forked sharding
0
Code
Issues
Releases
Wiki
Activity
4
Commits
15
Branches
216
Tags
9.6
MiB
C#
100%
b8e97a1cd3
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
xuejmnet
b8e97a1cd3
编写readme
2021-01-26 10:49:53 +08:00
src
编写readme
2021-01-26 10:49:53 +08:00
src2x
提交初始化项目
2021-01-26 10:18:49 +08:00
src3x
提交初始化项目
2021-01-26 10:18:49 +08:00
test
/ShardingCore.Test50
添加单元测试
2021-01-26 10:30:04 +08:00
.gitignore
提交初始化项目
2021-01-26 10:18:49 +08:00
LICENSE
Initial commit
2021-01-26 09:32:36 +08:00
README.md
编写readme
2021-01-26 10:49:53 +08:00
ShardingCore.sln
添加单元测试
2021-01-26 10:30:04 +08:00
README.md
ShardingCore
ShardingCore 是一个支持efcore 2.x 3.x 5.x的一个对于数据库分表的一个简易扩展, 目前该库暂未支持分库(未来会支持),仅支持分表,该项目的理念是让你可以已最少的代码量来实现自动分表的实现,经过多个开源项目的摸索参考目前正式开源本项目
特性
开始
准备
配置
使用
按时间自动分表
性能测试
其它简单操作(非Sharing)
高级配置
多主键等配置
读写分离
注意事项
总结