You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/02/03 06:53:46 UTC

[GitHub] terrymanu opened a new issue #1853: Refactor top package

terrymanu opened a new issue #1853: Refactor top package
URL: https://github.com/apache/incubator-shardingsphere/issues/1853
 
 
   Sharding-core has 3 top package, api, spi and core.
   
   - `core` package is for internal implementation, user and outside developer don't need care about it, and should be dev own codes dependent on them.
   - `api` package is for enduser to use ShardingSphere, should include configuration pojo and directly API only.
   - `spi` package is for developer to twice-dev of ShardingSphere, should include interface for SPI only, and all implementation of SPI should move inside to `core` package.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services