# Laravel: New DB Commands

DevFeed: [Laravel: New DB Commands](<https://devfeed.tech/articles/laravel-new-db-commands-3785.md>)

Original publisher: [Read original article](<https://laravel.com/blog/laravel-new-db-commands-and-more>)

Author: Taylor Otwell

Published: 2022-08-09T13:50:00Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Database](<https://devfeed.tech/topics/database.md>), [monitor](<https://devfeed.tech/topics/monitor.md>), [Eloquent ORM](<https://devfeed.tech/topics/eloquent.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [commands](<https://devfeed.tech/tags/commands.md>), [data-type](<https://devfeed.tech/tags/data-type.md>), [database](<https://devfeed.tech/tags/database.md>), [event](<https://devfeed.tech/tags/event.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [load](<https://devfeed.tech/tags/load.md>), [model](<https://devfeed.tech/tags/model.md>), [monitor](<https://devfeed.tech/tags/monitor.md>), [overview](<https://devfeed.tech/tags/overview.md>), [release](<https://devfeed.tech/tags/release.md>)

## AI overview

Laravel v9.24 introduces three Artisan database commands: db:show provides an overview of a database, db:table details a database table and its columns, and db:monitor reports open connections and can dispatch an event when a specified connection threshold is exceeded.

## Source excerpt

Following last week's release, which again focused on Artisan, this week Laravel v9.24 introduces three new DB commands and more.