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:
[email protected]


With regards,
Apache Git Services

Reply via email to