package
0.0.0-20231215233255-5eee6075d0e8
Repository: https://github.com/crawl/go-sequell.git
Documentation: pkg.go.dev
# Structs
A Column represents a selected expression in a SQL query and its alias.
A Select represents a SQL select statement with a list of columns to select and a list of tables being selected from.
A Table is a SQL query fragment referencing a single table.
A TableExpr specifies a table and its join relationship to the set of existing tables in the query.