Documentation
¶
Index ¶
Constants ¶
View Source
const CreateTableCacheEntitiesTmpl = `CREATE TABLE %s (
id VARCHAR(255) PRIMARY KEY,
data JSON NOT NULL
)`
View Source
const CreateTableCacheHitsTmpl = `` /* 147-byte string literal not displayed */
View Source
const CreateTableLocker = `
CREATE TABLE IF NOT EXISTS frameless_guard_locks (
name VARCHAR(255) PRIMARY KEY
)`
View Source
const CreateTableSchemaMigrationsTmpl = `CREATE TABLE IF NOT EXISTS %s (
namespace TEXT NOT NULL,
version TEXT NOT NULL,
dirty BOOLEAN NOT NULL
)`
View Source
const CreateTableTaskerScheduleStates = `` /* 138-byte string literal not displayed */
View Source
const DropTableTmpl = `DROP TABLE IF EXISTS %s`
Variables ¶
View Source
var DropTableTaskerScheduleStates = fmt.Sprintf(DropTableTmpl, "frameless_tasker_schedule_states")
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.