package
0.0.0-20211008083621-3438cf80670b
Repository: https://github.com/code-hex/xo.git
Documentation: pkg.go.dev
# Functions
MsParseType parse a mssql type into a Go type based on the column definition.
MsQueryColumns parses the query and generates a type for it.
MsRelkind returns the postgres string representation for RelType.
MsSchema retrieves the name of the current schema.
MsTables returns the MsSQL tables with the manual PK information added.
MyEnumValues loads the enum values.
MyParseType parse a mysql type into a Go type based on the column definition.
MyQueryColumns parses the query and generates a type for it.
MyRelkind returns the mysql string representation for RelType.
MySchema retrieves the name of the current schema.
MySetValues loads the set values.
MyTables returns the MySql tables with the manual PK information added.
PgIndexColumns returns the column list for an index.
PgParseType parse a postgres type into a Go type based on the column definition.
PgQueryColumns parses the query and generates a type for it.
PgQueryStrip strips stuff.
PgRelkind returns the postgres string representation for RelType.
PgTables returns the Postgres tables with the manual PK information added.
SqParseType parse a sqlite type into a Go type based on the column definition.
SqQueryColumns parses a sqlite query and generates a type for it.
SqRelkind returns the sqlite string representation for RelType.
SqTableColumns returns the sqlite table column info.
SqTables returns the sqlite tables with the manual PK information added.