# Functions
No description provided by the author
updateDatabaseWithIncoming checks for an incoming flights.db at a specified location, and if found, moves it to replace the existing flights.db.
# Structs
Flight represents a row from the flights table.
FlightCriteria represents each flight's criteria within the YAML input.
FlightRequest represents the structure of the YAML input.