Categorygithub.com/bobg/sqlutil
modulepackage
0.1.0
Repository: https://github.com/bobg/sqlutil.git
Documentation: pkg.go.dev

# 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

# Structs

Lease represents the exclusive acquisition of a resource until a certain deadline.

# 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