storj/satellite/satellitedb/dbx/cockroach.go
JT Olio ea2f39ca7f satellite/dbx: add retries for QueryRowContext-based operations
Change-Id: Ie2527b673dd4ce5250cf5c0cbf8f14921262f665
2020-11-29 18:09:46 -07:00

10 lines
221 B
Go

// Copyright (C) 2020 Storj Labs, Inc.
// See LICENSE for copying information.
package dbx
import (
// make sure we load our cockroach driver so dbx.Open can find it.
_ "storj.io/storj/private/dbutil/cockroachutil"
)