| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Arbiter.Core.SchemaTables
Description
The tables an arbiter schema contains that no single queue owns.
Synopsis
- allSchemaTables :: [TableName] -> [TableName]
- sharedArbiterTables :: [TableName]
Documentation
Source #allSchemaTables :: [TableName] -> [TableName]
Every table an arbiter schema holds, for the given queues.
Source #sharedArbiterTables :: [TableName]
Unqualified and unquoted, alongside queueTableNames.
Every schema-wide table belongs here.