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 A_Ctime_Field ¶
type A_Ctime_Field struct {
// contains filtered or unexported fields
}
func A_Ctime ¶
func A_Ctime(v time.Time) A_Ctime_Field
type A_Id_Field ¶
type A_Id_Field struct {
// contains filtered or unexported fields
}
func A_Id ¶
func A_Id(v string) A_Id_Field
type A_Mtime_Field ¶
type A_Mtime_Field struct {
// contains filtered or unexported fields
}
func A_Mtime ¶
func A_Mtime(v time.Time) A_Mtime_Field
type A_Name_Field ¶
type A_Name_Field struct {
// contains filtered or unexported fields
}
func A_Name ¶
func A_Name(v string) A_Name_Field
type A_Pk_Field ¶
type A_Pk_Field struct {
// contains filtered or unexported fields
}
func A_Pk ¶
func A_Pk(v int64) A_Pk_Field
type A_Update_Fields ¶
type A_Update_Fields struct { }
type DB ¶
Click to show internal directories.
Click to hide internal directories.