Documentation ¶
Overview ¶
Package sqlite provides helpers for working SQLite database. Should be imported explicitly. To register sqlite as retryable func use side effect import like so:
import _ "github.com/acronis/go-dbkit/sqlite"
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckSQLiteError ¶
func CheckSQLiteError(err error, errCode sqlite3.ErrNoExtended) bool
CheckSQLiteError checks if the passed error relates to SQLite and it's internal code matches the one from the argument.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.