Added
- Support for sqlite.
Changed
- All procedure parts are on the same level. This was done to handle certain procedures that are only transitions, without a core segment. In addition, it keeps all of the subsections on the same level of nesting. Access the `core` segment in the same way as you would a `runway_transition`.
- The generic `transition` has been renamed `enroute_transition` to distinguish it from other types.
Removed
- "Top level" `core` section of procedures. This has been relocated as a segment of type `core`, accessed in the same way as `runway_transition` and `enroute_transition`.