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_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_Update_Fields ¶
type Foo_Update_Fields struct { }
type Methods ¶
type Methods interface { Paged_Foo_Pk(ctx context.Context, limit int, start *Paged_Foo_Pk_Continuation) ( rows []*Pk_Row, next *Paged_Foo_Pk_Continuation, err error) }
type Paged_Foo_Pk_Continuation ¶
type Paged_Foo_Pk_Continuation struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.