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 CreateTableSchemaMigrationsTmpl = `CREATE TABLE IF NOT EXISTS %s (
namespace TEXT NOT NULL,
version TEXT NOT NULL,
dirty BOOLEAN NOT NULL
)`
View Source
const DropTableTmpl = `DROP TABLE IF EXISTS %s`
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.