Skip to content

DB.RawQuery

Name Mandatory Description Default Type
⬅️ Input The input of the shard, if any String
Output ➡️ The resulting output of the shard String
Database No The sqlite database filename. If left empty, it will first check for an exposed variable named 'sqlite/database', and if that doesn't exist, it will use 'shards.db' as the default. none NoneStringVar(String)
ReadOnly No If true, the database will be opened in read only mode. false BoolVar(Bool)