package sqltype
Import Path
github.com/uptrace/bun/dialect/sqltype (on go.dev)
Dependency Relation
imports 0 packages, and imported by 5 packages
Involved Source Files
sqltype.go
Package-Level Constants (total 10, all are exported)
const BigInt = "BIGINT" const Boolean = "BOOLEAN" const DoublePrecision = "DOUBLE PRECISION" const Integer = "INTEGER" const JSON = "JSON" const JSONB = "JSONB" const Real = "REAL" const SmallInt = "SMALLINT" const Timestamp = "TIMESTAMP" const VarChar = "VARCHAR"![]() |
The pages are generated with Golds v0.3.6. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |