API Reference Sublimate v#0.1.0
Copy MarkdownModules
Sublimate is a helper library that builds database trigger logic for incremental updates to a destination table.
The engine that builds and runs the infrastructure (deltas table, triggers) that keeps the destination table synchronized with its source tables, without knowing anything about the table's contents.
Describes a projection to the engine: its source and destination tables, join chain, identity column, and the strategy that defines what to derive.
Helper functions for Sublimate.ProjectionData.
The contract a projection implements: what to derive from the source, and how to apply it to the destination table.
Database access and SQL name-handling helper functions.
Collected metadata describing a database column.