# Database

State an EVM reads through.

## Functions

| Name                | Description                         |
| ------------------- | ----------------------------------- |
| [`Database.fromMemory`](/evm/execution/Database/fromMemory) | Creates an in-memory database. |

## Types

| Name                | Description                         |
| ------------------- | ----------------------------------- |
| [`Database.Account`](/evm/execution/Database/types#databaseaccount) | An account, as a database reports it. |
| [`Database.Database`](/evm/execution/Database/types#databasedatabase) | State an EVM reads through. |
