Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNodesDB = errs.Class("NodesDB")
ErrNodesDB indicates about internal NodesDB error.
View Source
var ( // Error is the default multinodedb errs class. Error = errs.Class("multinodedb") )
Functions ¶
This section is empty.
Types ¶
type DB ¶ added in v1.31.1
DB combines access to different database tables with a record of the db driver, db implementation, and db source URL. Implementation of multinode.DB interface.
architecture: Master Database
func (DB) MigrateToLatest ¶ added in v1.31.1
MigrateToLatest migrates db to the latest version.
func (*DB) PostgresMigration ¶ added in v1.31.1
PostgresMigration returns steps needed for migrating postgres database.
func (*DB) SQLite3Migration ¶ added in v1.31.1
SQLite3Migration returns steps needed for migrating sqlite3 database.
Click to show internal directories.
Click to hide internal directories.