database

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2022 License: Apache-2.0, BSD-2-Clause Imports: 14 Imported by: 0

Documentation

Overview

Package database is a plugin that manages the badger database (e.g. garbage collection).

Index

Constants

View Source
const (
	// DBVersion defines the version of the database schema this version of Wasp supports.
	// Every time there's a breaking change regarding the stored data, this version flag should be adjusted.
	DBVersion = 0
)

Variables

View Source
var ErrDBVersionIncompatible = errors.New("database version is not compatible. please delete your database folder and restart")

ErrDBVersionIncompatible is returned when the database has an unexpected version.

Functions

func GetKVStore added in v0.2.0

func GetKVStore(chainID *isc.ChainID) kvstore.KVStore

func GetOrCreateKVStore added in v0.2.0

func GetOrCreateKVStore(chainID *isc.ChainID) kvstore.KVStore

func GetRegistryKVStore added in v0.2.0

func GetRegistryKVStore() kvstore.KVStore

func Init

func Init() *node.Plugin

Init is an entry point for the plugin.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL