> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Summary of the CloudNimble.BlazorEssentials.IndexedDb Namespace

## Types

### <Icon icon="file-brackets-curly" iconType="duotone" color="#419AC5" size={24} style={{ paddingRight: '8px' }} /> Classes

| Name                                                                                                                            | Summary                                                                                                                                                                                                       |
| ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [IndexAttribute](/blazoressentials/api-reference/CloudNimble/BlazorEssentials/IndexedDb/IndexAttribute)                         |                                                                                                                                                                                                               |
| [ObjectStoreAttribute](/blazoressentials/api-reference/CloudNimble/BlazorEssentials/IndexedDb/ObjectStoreAttribute)             | Helps define the structure of a [IndexedDbObjectStore](/blazoressentials/api-reference/CloudNimble/BlazorEssentials/IndexedDb/IndexedDbObjectStore) so you don't have to subclass one for every object store. |
| [IndexedDbException](/blazoressentials/api-reference/CloudNimble/BlazorEssentials/IndexedDb/IndexedDbException)                 |                                                                                                                                                                                                               |
| [IndexedDbNotFoundException](/blazoressentials/api-reference/CloudNimble/BlazorEssentials/IndexedDb/IndexedDbNotFoundException) |                                                                                                                                                                                                               |
| [IndexedDbDatabase](/blazoressentials/api-reference/CloudNimble/BlazorEssentials/IndexedDb/IndexedDbDatabase)                   | Provides functionality for accessing IndexedDB from Blazor application                                                                                                                                        |
| [IndexedDbIndex](/blazoressentials/api-reference/CloudNimble/BlazorEssentials/IndexedDb/IndexedDbIndex)                         | Defines an Index for a given object store.                                                                                                                                                                    |
| [IndexedDbObjectStore](/blazoressentials/api-reference/CloudNimble/BlazorEssentials/IndexedDb/IndexedDbObjectStore)             | Defines a store to add to database                                                                                                                                                                            |
| [KeyRange](/blazoressentials/api-reference/CloudNimble/BlazorEssentials/IndexedDb/KeyRange)                                     |                                                                                                                                                                                                               |
