Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( WrapErr = func(err *Error) error { return err } Logger func(format string, args ...any) ShouldRetry func(driver string, err error) bool )
View Source
var SQLite3JournalMode = "WAL"
SQLite3JournalMode controls the journal_mode pragma for all new connections. Since it is read without a mutex, it must be changed to the value you want before any Open calls.
Functions ¶
Types ¶
type DB ¶
type Foo_One_Field ¶
type Foo_One_Field struct {
// contains filtered or unexported fields
}
func Foo_One ¶
func Foo_One(v int) Foo_One_Field
type Foo_Pk_Field ¶
type Foo_Pk_Field struct {
// contains filtered or unexported fields
}
func Foo_Pk ¶
func Foo_Pk(v int64) Foo_Pk_Field
type Foo_Two_Field ¶
type Foo_Two_Field struct {
// contains filtered or unexported fields
}
func Foo_Two ¶
func Foo_Two(v int) Foo_Two_Field
type Foo_Update_Fields ¶
type Foo_Update_Fields struct { }
type Methods ¶
type Methods interface { All_Foo_One_Foo_Two(ctx context.Context) ( rows []*One_Two_Row, err error) }
type One_Two_Row ¶
Click to show internal directories.
Click to hide internal directories.