bdb

package
v3.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2023 License: ISC Imports: 1 Imported by: 5

Documentation

Overview

Package bdb registers the bdb driver at init time. Importing bdb allows the wallet.OpenDB and wallet.CreateDB functions to be called with the following arguments:

var filename string
db, err := wallet.CreateDB("bdb", filename)
if err != nil { /* handle error */ }
db, err = wallet.OpenDB("bdb", filename)
if err != nil { /* handle error */ }

Jump to

Keyboard shortcuts

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