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 (*DuckDB) StoreExchangeRates ¶
func (db *DuckDB) StoreExchangeRates(rates *types.ExchangeRates) (err error)
StoreExchangeRates stores a set of exchange rates in a DuckDB database.
Click to show internal directories.
Click to hide internal directories.