1 Star 0 Fork 957

湘猿仁 / sharding-jdbc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ROADMAP.md 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
terrymanu 提交于 2017-07-04 16:30 . update docs

Roadmap

SQL

  • CRUD
    • Simple CRUD
    • Batch Insert
    • Update Multiple Tables
  • Aggregation Functions
    • MAX
    • MIN
    • COUNT
    • SUM
    • AVG
  • Group By
    • Simple GROUP BY
    • Distinct
    • Having
  • Order By
  • Limit
  • Join
    • INNER
    • OUTER
    • Binding Table
    • Cartesian Product
  • DDL
  • Complicated SQL
    • OR
    • UNION / UNION ALL
    • Subquery

Database

  • MySQL
  • Oracle
  • SQLServer
  • PostgreSQL

Distributed features

  • Sharding
  • Read/Write Splitting
  • Distributed PK

BASE transaction

  • Best Efforts Delivery
  • Try Confirm Cancel

API

  • JDBC API
  • MySQL Protocol Server

Configuration

  • Java API
  • Spring Namespace
  • YAML

Operation Tool

  • High Availability
  • Scale Out / Data Migration
  • Registry Center

Optimize

  • Parse Module Without Druid
  • Hint Skip Parse SQL
  • Customize SQL Rewrite
  • Dictionary Table Multicast
Java
1
https://gitee.com/imeto/sharding-jdbc.git
git@gitee.com:imeto/sharding-jdbc.git
imeto
sharding-jdbc
sharding-jdbc
master

搜索帮助