sql

package
v0.0.0-...-db49bc4 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const CreateSchema = `
	CREATE TABLE IF NOT EXISTS schema_migrations (
		version integer
	);
`
View Source
const InsertSchema = `
	INSERT INTO schema_migrations (version) VALUES (0);
`
View Source
const SelectSchema = `
	SELECT * FROM schema_migrations;
`

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