package db

import (
	"gitlab.com/golang-utils/fs/path"
)

type Connection interface {
	*path.Remote
	Database() string
}