Documentation
¶
Overview ¶
Package query dump functions that match LXD's dump functionality.
Package query retry functions that match LXD's database retry patterns.
Package query transaction functions that match LXD's transaction handling patterns.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dump ¶
Dump returns a SQL text dump of all rows across all tables, similar to sqlite3's dump feature. This implementation matches LXD's Dump function.
func IsRetriableError ¶
IsRetriableError returns true if the given error might be transient and the interaction can be safely retried. This implementation matches LXD's IsRetriableError function.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.