Packages

LiveView-style runtime for Gleam.

Current section

Files

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

include/lightspeed@pipeline@connector_DatabaseSource.hrl

-record(database_source, {
name :: binary(),
'query' :: binary(),
batch_size :: integer()
}).