ddl

package
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AlterTable

func AlterTable(tableName builder.Identer) builder.AlterTableBuilder

AlterTable starts building an ALTER TABLE statement.

func CreateIndex

func CreateIndex(indexName string) builder.CreateIndexBuilder

CreateIndex starts building a CREATE INDEX statement.

func CreateSchema

func CreateSchema(schemaName builder.Identer) builder.CreateSchemaBuilder

CreateSchema starts building a CREATE SCHEMA statement.

func CreateTable

func CreateTable(tableName builder.Identer) builder.CreateTableBuilder

CreateTable starts building a CREATE TABLE statement.

func DropSchema

func DropSchema(schemaName builder.Identer, rest ...builder.Identer) builder.DropSchemaBuilder

DropSchema starts building a DROP SCHEMA statement.

func DropTable

func DropTable(tableName builder.Identer, rest ...builder.Identer) builder.DropTableBuilder

DropTable starts building a DROP TABLE statement.

Types

This section is empty.

Jump to

Keyboard shortcuts

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