databases

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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DuckDB

func DuckDB() (db *duckdb.DuckDB)

DuckDB returns an initialized database implementation.

func QuestDB

func QuestDB() (db *questdb.QuestDB)

QuestDB returns an initialized database implementation.

func SQLite3

func SQLite3() (db *sqlite3.SQLite3)

SQLite3 returns an initialized database implementation.

Types

type Database

type Database interface {
	StoreExchangeRates(rates *types.ExchangeRates) (err error)
}

Database is the common interface used for every specific database.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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