# Functions
ForQueryRows encapsulates a lot of boilerplate when making db queries.
GetDB extracts the DB previously stored in ctx (or some parent of ctx) with WithDB.
Migrate executes database migrations.
NewLease attempts to acquire a lease from a given DB table for a given amount of time.
WithDB creates a child of the given context object containing a DB.
# Variables
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author