Skip to main content

Module types

Module types 

Source
Expand description

Core data types used across Patchworks.

Structs§

CellChange
Change to a single cell.
ColumnInfo
Metadata about a SQLite column.
DatabaseSummary
Full schema summary for a database file.
DiffStats
Diff summary counts.
RowModification
Changes to a single row.
SchemaDiff
Schema-level diff between two databases.
SchemaObjectInfo
Metadata about a SQLite index or trigger.
Snapshot
A saved snapshot of a database state.
TableDataDiff
Row-level diff for a single table.
TableInfo
Metadata about a SQLite table.
TablePage
A paginated slice of table data.
TableQuery
Input parameters for reading a paginated table page.
TableSchemaDiff
Schema changes within a single table.
TableSort
Sorting information for table reads.
ViewInfo
Metadata about a SQLite view.

Enums§

SortDirection
Sort direction for paginated table reads.
SqlValue
A generic SQLite value for display and comparison.