What's Changed
* fix: errors for different Python versions (other than 3.8) by Miksus in https://github.com/Miksus/red-bird/pull/18
* add: RepoHandler by Miksus in https://github.com/Miksus/red-bird/pull/19
* fix: ORM model reflection by Miksus in https://github.com/Miksus/red-bird/pull/20
* add: autocommit on SQLRepo by Miksus in https://github.com/Miksus/red-bird/pull/21
* fix: warning in SQLRepo by Miksus in https://github.com/Miksus/red-bird/pull/22
* add: if_missing argument to SQLRepo by Miksus in https://github.com/Miksus/red-bird/pull/23
* docs: add practical examples by Miksus in https://github.com/Miksus/red-bird/pull/24
* ref: rename field_names to fieldnames by Miksus in https://github.com/Miksus/red-bird/pull/25
**Full Changelog**: https://github.com/Miksus/red-bird/compare/v0.3.0...v0.4.0