sqlite3

package
v0.0.0-...-8276e37 Latest Latest
Warning

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

Go to latest
Published: May 5, 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 SQLite3

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

SQLite3 is a specific implementation of a Database.

func New

func New() (db SQLite3)

New initializes and returns a usable Database object.

func (*SQLite3) StoreExchangeRates

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

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

Jump to

Keyboard shortcuts

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