Add 'databases' command.

This commit is contained in:
Ben Johnson
2020-12-30 16:10:48 -07:00
parent 11d7d22383
commit cff778464e
7 changed files with 78 additions and 20 deletions

View File

@@ -17,10 +17,6 @@ type RestoreCommand struct {
DBPath string
}
func NewRestoreCommand() *RestoreCommand {
return &RestoreCommand{}
}
func (c *RestoreCommand) Run(ctx context.Context, args []string) (err error) {
var configPath string
var opt litestream.RestoreOptions