examples

package
v0.0.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var User = user{
	FirstName: orm.NewField[string]("fist_name"),
	LastName:  orm.NewField[string]("last_name"),
	Email:     orm.NewField[string]("email"),
}

User defines user collection

Functions

func SelectUserByEmail

func SelectUserByEmail(ctx context.Context, db dal.ReadSession, email string) (record dal.Record, err error)

SelectUserByEmail is a examples facade method

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL