level12 / keg

Keg: more than Flask
Other
12 stars 9 forks source link

KEG_DB_DIALECT_OPTIONS is app-level but should be per bind #181

Closed rsyring closed 2 years ago

rsyring commented 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.

For instance:

There is some work done in RB's app.py to workaround this, but it isn't ideal.