package
0.0.0-20241030152356-8c950ad76724
Repository: https://github.com/hylarucoder/rocketbase.git
Documentation: pkg.go.dev

# Functions

HasColumnUniqueIndex loosely checks whether the specified column has a single column unique index (WHERE statements are ignored).
JsonArrayLength returns JSON_ARRAY_LENGTH SQLite string expression with some normalizations for non-json columns.
JsonEach returns JSON_EACH SQLite string expression with some normalizations for non-json columns.
JsonExtract returns a JSON_EXTRACT SQLite string expression with some normalizations for non-json columns.
ParseIndex parses the provided "CREATE INDEX" SQL string into Index struct.

# Structs

Index represents a single parsed SQL CREATE INDEX expression.
IndexColumn represents a single parsed SQL index column.