infrastructurebuilder / ibdata-reference-root

Root of IBData codebase.
0 stars 0 forks source link

Generate a Dialect mapper class that maps various tools via name #26

Closed mykelalvis closed 4 years ago

mykelalvis commented 4 years ago

Use the initial Jooq enum, as it already contains a number of mappings.

org.jooq.SQLDialect

mykelalvis commented 4 years ago

IBDatabaseDialectMapper is the interface.

mykelalvis commented 4 years ago

In place but not entirely in use