> For the complete documentation index, see [llms.txt](https://mobidonia.gitbook.io/mresto/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mobidonia.gitbook.io/mresto/define-basics/database.md).

# Database

FoodTiger makes interacting with databases extremely simple across a variety of database backends using either raw SQL.

Get the credentials from previously created database and add in the environment configuratin.

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=Your database name here
DB_USERNAME=Your database username here
DB_PASSWORD=Your database password here
```
