Expand description
Core data types used across Patchworks.
Structs§
- Cell
Change - Change to a single cell.
- Column
Info - Metadata about a SQLite column.
- Database
Summary - Full schema summary for a database file.
- Diff
Stats - Diff summary counts.
- RowModification
- Changes to a single row.
- Schema
Diff - Schema-level diff between two databases.
- Schema
Object Info - Metadata about a SQLite index or trigger.
- Snapshot
- A saved snapshot of a database state.
- Table
Data Diff - Row-level diff for a single table.
- Table
Info - Metadata about a SQLite table.
- Table
Page - A paginated slice of table data.
- Table
Query - Input parameters for reading a paginated table page.
- Table
Schema Diff - Schema changes within a single table.
- Table
Sort - Sorting information for table reads.
- View
Info - Metadata about a SQLite view.
Enums§
- Sort
Direction - Sort direction for paginated table reads.
- SqlValue
- A generic SQLite value for display and comparison.