Converters

There will be two kind of converters:
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.