Converters
There will be two kind of converters:
- SQL > NewSQL: Converts one SQL dialect to the new grammar
- NewSQL > SQL: Converts from the NewSQL laguage to one
SQL dialect
If both converters are combined, it is possible convert from one SQL
dialect to another. The reference implementation of the coverter(s) will
be a JDBC layer that can be used on top of an existing JDBC driver. The
converters will be fast and small, so that they can be used in productive
environments.
However, the converter project has not been started yet.