Documentation
¶
Index ¶
Constants ¶
View Source
const TableName = "ledger"
TableName is the name of the ledger table
Variables ¶
View Source
var TableSchema = sqlite.Schema{
"id": "INTEGER PRIMARY KEY",
"Date": "TEXT",
"Amount": "REAL",
"Description": "TEXT",
"Category": "TEXT",
}
TableSchema is the schema for the ledger table
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.