# Functions

MustTestInstance is NewTestInstance, except it prints errors to stderr and calls os.Exit when finished.
NewFromEnv sets up the database connections using the configuration in the process's environment variables.
NewTestInstance creates a new Docker-based database instance.
No description provided by the author

# Variables

ApproxTime is a compare helper for clock skew.
ErrAlreadyLocked is returned if the lock is already in use.
ErrKeyConflict indicates that there was a key conflict inserting a row.
ErrNotFound indicates that the requested record was not found in the database.

# Structs

No description provided by the author
No description provided by the author
TestInstance is a wrapper around the Docker-based database instance.

# Type aliases

UnlockFn can be deferred to release a lock.