Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Querier ¶
type Querier interface { // SELECT * FROM @@table WHERE username = @username GetUserByUsername(username string) (*gen.T, error) // SELECT * FROM @@table WHERE phone = @phone GetUserByPhone(phone string) (*gen.T, error) // SELECT * FROM @@table WHERE email = @email GetUserByEmail(email string) (*gen.T, error) }
Dynamic SQL
Click to show internal directories.
Click to hide internal directories.