duckdb

package
v0.0.0-...-8ca3a07 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2024 License: NCSA Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DuckDB

type DuckDB struct {
	// Error is used to convey possible errors.
	Error error
}

DuckDB is a specific implementation of a Database.

func New

func New() (db DuckDB)

New initializes and returns a usable Database object.

func (*DuckDB) StoreExchangeRates

func (db *DuckDB) StoreExchangeRates(rates *types.ExchangeRates) (err error)

StoreExchangeRates stores a set of exchange rates in a DuckDB database.

Jump to

Keyboard shortcuts

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