Documentation ¶
Index ¶
Constants ¶
View Source
const ( DB_FILE = "exchange.db" CREATE_TABLE = "CREATE TABLE IF NOT EXISTS exchange " + "(id INTEGER PRIMARY KEY AUTOINCREMENT," + "code TEXT, " + "codein TEXT, " + "name TEXT," + "high TEXT," + "low TEXT," + "var_bid TEXT," + "pct_change TEXT," + "bid TEXT," + "ask TEXT," + "timestamp TEXT, " + "create_date TEXT)" )
Variables ¶
This section is empty.
Functions ¶
func GetDatabase ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.