You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/07/18 08:01:33 UTC

[GitHub] [incubator-shardingsphere] terrymanu opened a new issue #2722: Make SQL parse module as an open public API

terrymanu opened a new issue #2722: Make SQL parse module as an open public API
URL: https://github.com/apache/incubator-shardingsphere/issues/2722
 
 
   SQL parse module is the basic module of ShardingSphere. This module served sharding, encrypt and masterslave.
   We want to make this module as an open public module, and provide clear API to let enduser use SQL parse result to do more customized business logics, such as: SQL audit, SQL APM statistics etc.
   
   - [ ] Remove dependency of ShardingRule, EncryptRule, MasterSlaveRule from parse module
   - [ ] Remove dependency of ShardingMetaData
   - [ ] Unify parse rule configuration file
   - [ ] Provide clear and generic API for  SQLStatement
   - [ ] Redesign SQLParseEngine API
   - [ ] Document & example

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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