queries

package
v0.11.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 3, 2025 License: MIT Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL