Documentation ¶
Overview ¶
Package skydb provides a simple library for working with Skynet Lab's SkyDB and the Skynet Registry on which SkyDB is built.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound is returned when an entry is not found. ErrNotFound = errors.New("skydb entry not found") )
Functions ¶
This section is empty.
Types ¶
type SkyDB ¶
type SkyDB struct {
// contains filtered or unexported fields
}
SkyDB is a decentralized tool for storing mutable data built on top of Skynet Registry.
See https://blog.sia.tech/skydb-a-mutable-database-for-the-decentralized-web-7170beeaa985
func New ¶
New creates a new SkyDB client with the given options. If the options are empty we'll look for skyd at localhost:9980, we'll use "Sia-Agent" as user agent, and we'll try to get the password for skyd from the environment.
Click to show internal directories.
Click to hide internal directories.