
ibatis-sharding
基于spring给ibatis提供sharding支持,类似hibernate的hibernate-shards,支持数据库的水平划分(horizontal partition)
目前处于初期开发阶段,功能还比较简单
- 从http://code.google.com/p/ibatis-sharding/source 取得源代码,你可能需要svn客户端
- 编译代码,你需要使用maven2,下载并安装
- 当然,你还需要java,下载并安装
- 在源代码的目录里,执行 mvn 即可,系统会执行单元测试,并打包出ibatis-sharding-{version}.jar到target目录下,另外,第一次编译时,maven可能需要下载需要的软件包
如果有兴趣一起设计和开发,请联系我。
for who impatient: 1. install jdk and maven(at least 2.0.x ) 1. svn co http://code.google.com/p/ibatis-sharding/source ibatis-sharding 1. cd ibatis-sharding ; mvn 1. it will run a simple example in the dist
Project Information
- License: GNU Lesser GPL
- 5 stars
- svn-based source control
Labels:
ibatis
shard
sharding
database
partition
spring
horizontal