Logo
SQL Translator

Native SQL translator #

Type: NATIVE

Attributes:

None

Default SQL translator, does not implement yet.

JooQ SQL translator #

Type: JOOQ

Attributes:

None

Because of it need JooQ dependency, DBPlusEngine does not include the module, please use below XML to import it by Maven.

<dependency>
    <groupId>org.apache.shardingsphere</groupId>
    <artifactId>shardingsphere-sql-translator-jooq-provider</artifactId>
    <version>${project.version}</version>
</dependency>