Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@pipeline@connector_DatabaseSink.hrl
Raw

include/lightspeed@pipeline@connector_DatabaseSink.hrl

-record(database_sink, {
name :: binary(),
table :: binary(),
upsert_key :: binary()
}).