This release introduces a two major features:
- There is a new connector called `local`. This connector is based on SQLite3 as its backend. The main use case for this connector is local tests.
- [**Breaking Change**] The config attribute has been replaced with a `generate_config` method. This way we can generate a config dynamically and not during module load process.