Documentation ¶
Overview ¶
Package zdb implements a client to 0-db: https://github.com/threefoldtech/0-DB
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Connect() error Close() error CreateNamespace(name string) error Exist(name string) (bool, error) DeleteNamespace(name string) error Namespaces() ([]string, error) NamespaceSetSize(name string, size uint64) error NamespaceSetPassword(name, password string) error NamespaceSetPublic(name string, public bool) error DBSize() (uint64, error) }
Client interface
Click to show internal directories.
Click to hide internal directories.