Create dialect-specific config settings for a follower database.
(cfg, ident)
| 426 | |
| 427 | @register.init |
| 428 | def configure_follower(cfg, ident): |
| 429 | """Create dialect-specific config settings for a follower database.""" |
| 430 | pass |
| 431 | |
| 432 | |
| 433 | @register.init |