Following last week's release which focused on Artisan, this week's Laravel v9.24 release introduces three new database commands we think you will love. This new command gives you an overview of your database as a whole. When running the command you will see a summary of the database, including its type, connection details, number of open connections, and more. A few weeks ago, Laravel introduced a model:show command that allows you to get a quick overview of an Eloquent model. While this command is helpful, sometimes you may want to inspect the underlying database table instead.