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/03/09 13:55:39 UTC

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #1864: Split sharding-core to multiple modules

terrymanu commented on issue #1864: Split sharding-core to multiple modules
URL: https://github.com/apache/incubator-shardingsphere/issues/1864#issuecomment-471179131
 
 
   Use SPI to handle SQL parser module
   
   SQL parser is kernel of ShardingSphere. They are all in `sharding-core` module now.
   For different database dialect has different SQL parser, and it is not very easy to extension.
   
   So we plan to define interface for SQL parser, and use SPI to import parser dialect. ShardingSphere dev group can implement MySQL, PostgreSQL, Oracle, SQLServer; community can implement other database, for example: DB2.
   

----------------------------------------------------------------
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