//go:build nobbolt

package bolt

import "github.com/smallstep/nosql/database"

type DB = database.NotSupportedDB
