Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrBusy = &Error{Code: 5, Msg: "database is locked"} ErrLocked = &Error{Code: 6, Msg: "database table is locked"} ErrNoMem = &Error{Code: 7, Msg: "out of memory"} ErrReadonly = &Error{Code: 8, Msg: "attempt to write a readonly database"} )
Common SQLite error sentinels for use with errors.Is.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.