Documentation
¶
Overview ¶
Package sqlite provides an SQLite-backed durable relay operation log.
It imports no SQLite driver. Applications own their selected driver, file permissions, busy timeout, encryption, and backup/restore policy.
Index ¶
Constants ¶
View Source
const ( // MaxGroupIDBytes and MaxActorIDBytes prevent unbounded primary-key work. MaxGroupIDBytes = 1024 MaxActorIDBytes = 255 )
Variables ¶
View Source
var ErrSequenceRange = sqlrelay.ErrSequenceRange
ErrSequenceRange reports that a sequence or dot counter exceeds SQLite's signed INTEGER range.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.