Module schema

Module schema 

Source
Expand description

Schema types for dynamic database introspection

These types represent database schema information discovered at runtime.

Structs§

ColumnInfo
Information about a single column
CountResponse
Response for row count queries
ForeignKey
Foreign key constraint information
IndexInfo
Index information
QueryRequest
Request to execute a raw SQL query
QueryResult
Result from executing a query
RowQuery
Query parameters for fetching rows
RowsResponse
Response containing table rows
TableInfo
Information about a table (for listing)
TableSchema
Complete schema information for a database table
TablesResponse
Response from listing tables

Enums§

SortOrder
Sort order for row queries