Parameters: |
- settings – This is a dictionary which has keys prefixed with
“sqlalchemy” and shows the settings. The most important one is the
engine. The default is None, and in this case it uses the settings from
stalker.config.Config.database_engine_settings
- callback – A callback function which is called after database is
initialized. It is a good place to register your own classes.
|