Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
punch-card
v0.10.1
Date
DateFormatter
DateParser
Month
DaySummary
DaySummaryEntry
DayTableOutput
I18n
Format
Locale
InputAction
AmendInputAction
FallbackInputAction
PunchInputAction
ShowDayInputAction
ShowMonthInputAction
ShowProjectsInputAction
SpanInputAction
StartInputAction
StopInputAction
InputActionParser
MonthTableOutput
NumberFormatter
PunchCard
Help
Options
Parser
Store
Entry
EntryType
TableOutput
Built with Crystal 1.9.2
2023-10-08 13:37:31 UTC
class
Store
Store
Reference
Object
Defined in:
store.cr
store/entry_type.cr
Constant Summary
FILE
=
"./data.db"
Instance Method Summary
#insert
(type, time, project =
nil
)
#select
(time)
#select_projects
#update
(id, time)
Instance Method Detail
def
insert
(type, time, project =
nil
)
#
[
View source
]
def
select
(time)
#
[
View source
]
def
select_projects
#
[
View source
]
def
update
(id, time)
#
[
View source
]