//
pkg.gl
Category
github.com/AlperRehaYAZGAN/postgresbase
tools
dbutils
package
9.20.6+incompatible
Repository:
https://github.com/alperrehayazgan/postgresbase.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
3
Dependents
6
Files
179 SLOC
#
Functions
ParseIndex
ParseIndex parses the provided "CREATE INDEX" SQL string into Index struct.
#
Structs
Index
Index represents a single parsed SQL CREATE INDEX expression.
IndexColumn
IndexColumn represents a single parsed SQL index column.