------------------
- Ability to skip database from migration, when it not available.
- API change: to support parallel processing Backend class grew connection
management methods, that needs to be implemented in plugins.
- Type annotations added
- Support migration of multiple databases in parallel (see `--parallel`
command line argument for command)
- Add support for Python-3.8
- Drop support for Python-2.7
- Modernize development environment with pipenv