Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@platform@convention_profile_DataConvention.hrl
Raw

include/lightspeed@platform@convention_profile_DataConvention.hrl

-record(data_convention, {
scope_module :: binary(),
repository_module :: binary(),
migration_strategy :: binary(),
tenant_scope_required :: boolean()
}).