Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@integration@data_Pattern.hrl
Raw

include/lightspeed@integration@data_Pattern.hrl

-record(pattern, {
name :: binary(),
adapter :: lightspeed@data@repository:adapter(),
migration_track :: lightspeed@integration@data:migration_track(),
scope_enforced :: boolean(),
retry_budget :: integer(),
read_after_write_check :: boolean()
}).