database

package
v0.3.8 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2022 License: Apache-2.0, BSD-2-Clause Imports: 13 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 (
	CoreComponent *app.CoreComponent
)
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.

View Source
var ParamsDatabase = &ParametersDatabase{}

Functions

func GetKVStore

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

func GetOrCreateKVStore

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

func GetRegistryKVStore

func GetRegistryKVStore() kvstore.KVStore

Types

type ParametersDatabase

type ParametersDatabase struct {
	InMemory  bool   `default:"false" usage:"whether the database is only kept in memory and not persisted"`
	Directory string `default:"waspdb" usage:"path to the database folder"`
}

Jump to

Keyboard shortcuts

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