Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInternalDB = errors.New( "an error occurred that was not possible to recover from", ) ErrBeginTx = errors.New("could not begin transaction") ErrRollbackTx = errors.New("could not rollback transaction") ErrCommitTx = errors.New("could not commit transaction") ErrNoRowWithIdentifier = errors.New( "could not find requested row in database", ) )
View Source
var Migrations embed.FS
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.