Module database

Source
Expand description

Database model representing Metabase database connections

This module provides the core data structures for working with Metabase database connections, including tables and fields.

Structs§

CreateDatabaseRequest
Request to create a new database connection
Database
Represents a Metabase database connection
DatabaseBuilder
Builder for creating Database instances
DatabaseField
Represents a field in a database table
DatabaseMetadata
Database metadata including tables and fields
DatabaseSyncStatus
Database sync status
DatabaseTable
Represents a table in a database
FieldId
Unique identifier for a database field
FieldMetadata
Field metadata
SyncResult
Database sync result
TableId
Unique identifier for a database table
TableMetadata
Table metadata including fields
UpdateDatabaseRequest
Request to update a database connection

Enums§

ConnectionSource
Connection source for database