PostgresqlSchemaResponse

data class PostgresqlSchemaResponse(val postgresqlTables: List<PostgresqlTableResponse>, val schema: String)

PostgreSQL schema.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Tables in the schema.

Link copied to clipboard

Schema name.