queries

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2024 License: MIT Imports: 0 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 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.

Jump to

Keyboard shortcuts

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