package sugar
import "github.com/ydb-platform/ydb-go-sdk/v3/sugar"
Index ¶
- func MakeRecursive(ctx context.Context, db ydb.Connection, folder string) error
- func RemoveRecursive(ctx context.Context, db ydb.Connection, pathToRemove string) error
Functions ¶
func MakeRecursive ¶
MakeRecursive creates path inside database
func RemoveRecursive ¶
RemoveRecursive remove selected directory or table names in database. All database entities in prefix path will remove if names list is empty. Empty prefix means than use root of database. RemoveRecursive method equal bash command `rm -rf ./path/to/remove`
Source Files ¶
- Version
- v3.5.4
- Published
- Jan 3, 2022
- Platform
- windows/amd64
- Imports
- 8 packages
- Last checked
- 1 minute ago –
Tools for package owners.