# Packages
Package connector contains structs and interfaces to connect to the database and get the descriptions.
Package model contains structs to represent the information extracted from a database, like table names, view names, column names, etc.
Package report contains logic to report the descriptions of a database.
Package service contains the entry point of the logic to retrieve descriptions from a database.