2020-11-29 20:38:32 +00:00
|
|
|
// 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.
|
2021-04-23 10:52:40 +01:00
|
|
|
_ "storj.io/private/dbutil/cockroachutil"
|
2020-11-29 20:38:32 +00:00
|
|
|
)
|