Each database table has a corresponding "Model" which is used to interact with that table. Models allow you to query for data in your tables, as well as insert new records into the table.
Willow uses the Eloquent ORM engine. If you’ve used Laravel you are likely familiar with this ORM. If not, it is highly recommended that you read the getting started guide.