> For the complete documentation index, see [llms.txt](https://delphinpro.gitbook.io/voyager-ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://delphinpro.gitbook.io/voyager-ru/core-concepts/database-manager.md).

# Управление базой данных

В Voyager есть несколько замечательных инструментов для работы с базами данных, которые позволяют добавлять/редактировать/удалять или просматривать текущие таблицы баз данных. Другой интересной частью Voyager является то, что вы можете добавить функциональность BREAD или (Browse, Read, Edit, Add, & Delete) к любой из ваших таблиц.

![](/files/-ME4up2CA77el1_jfTPK)

Внутри панели администрирования вы можете посетить Tools->Database, чтобы просмотреть все текущие таблицы в вашей базе данных. Вы также можете нажать кнопку "Создать новую таблицу", чтобы создать новую таблицу в вашей базе данных. Все вновь создаваемые таблицы будут использовать charset, определенный в вашем [подключении к базе данных по умолчанию](https://laravel.com/docs/database#configuration).

![](/files/-ME4up2DbIsfqKFjonYG)

Щелкнув по названию таблицы, вы можете просмотреть текущую схему. Дополнительно вы можете нажать на кнопки Просмотр, Редактирование или Удаление, чтобы выполнить это действие для данной таблицы.

Вы также можете добавить BREAD (Просмотр, чтение, редактирование, добавление и удаление) для любой из таблиц вашей базы данных. Только таблицы имеющие BREAD, могут быть отредактированы текущего BREAD или удаление BREAD для этой таблицы.

Более подробно о сборщике BREAD читайте в следующем разделе.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://delphinpro.gitbook.io/voyager-ru/core-concepts/database-manager.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
