Closed rsyring closed 2 years ago
KEG_DB_DIALECT_OPTIONS is used for all binds. But it wouldn't be uncommon to have different binds (i.e. databases) that have different schemas.
KEG_DB_DIALECT_OPTIONS
For instance:
There is some work done in RB's app.py to workaround this, but it isn't ideal.
app.py
KEG_DB_DIALECT_OPTIONS
is used for all binds. But it wouldn't be uncommon to have different binds (i.e. databases) that have different schemas.For instance:
There is some work done in RB's
app.py
to workaround this, but it isn't ideal.