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

# DatabaseType

This page describes the DatabaseType enum that defines the type of database connection.

## DatabaseType

The type of database connection. The possible values are:

| Value                       | Description               |
| --------------------------- | ------------------------- |
| `DATABASE_TYPE_UNSPECIFIED` | Type not specified        |
| `DATABASE_TYPE_WAREHOUSE`   | Data warehouse connection |
| `DATABASE_TYPE_FILESYSTEM`  | File-based data source    |

## Related operations

<CardGroup cols={2}>
  <Card title="DatabaseModel Object" icon="database" href="/integrations/graphql-api/objects/database-model">
    Database object structure
  </Card>

  <Card title="DomainModel Object" icon="folder" href="/integrations/graphql-api/objects/domain-model">
    Parent domain structure
  </Card>
</CardGroup>
