package
0.4.8
Repository: https://github.com/stratumn/go-core.git
Documentation: pkg.go.dev

# Functions

Initialize initializes a rethinkdb store adapter.
InitializeWithFlags should be called after RegisterFlags and flag.Parse to initialize a rethinkdb adapter using flag values.
New creates an instance of a Store.
RegisterFlags register the flags used by InitializeWithFlags.

# Constants

DefaultDB is the default database.
DefaultHard is whether to use hard durability by default.
DefaultURL is the default URL of the database.
Description is the description set in the store's information.
Name is the name set in the store's information.

# Structs

Config contains configuration options for the store.
Info is the info returned by GetInfo.
Store is the type that implements github.com/stratumn/go-core/store.Adapter.