package
0.8.0
Repository: https://github.com/danielcosme/curious-ape.git
Documentation: pkg.go.dev

# Functions

AuthExists checks the presence of a single record by primary key.
DayExists checks the presence of a single record by primary key.
DeepWorkLogExists checks the presence of a single record by primary key.
FindAuth retrieves a single record by primary key If cols is empty Find will return all columns.
FindDay retrieves a single record by primary key If cols is empty Find will return all columns.
FindDeepWorkLog retrieves a single record by primary key If cols is empty Find will return all columns.
FindFitnessLog retrieves a single record by primary key If cols is empty Find will return all columns.
FindHabit retrieves a single record by primary key If cols is empty Find will return all columns.
FindHabitCategory retrieves a single record by primary key If cols is empty Find will return all columns.
FindHabitLog retrieves a single record by primary key If cols is empty Find will return all columns.
FindSleepLog retrieves a single record by primary key If cols is empty Find will return all columns.
FindUser retrieves a single record by primary key If cols is empty Find will return all columns.
FitnessLogExists checks the presence of a single record by primary key.
HabitCategoryExists checks the presence of a single record by primary key.
HabitExists checks the presence of a single record by primary key.
HabitLogExists checks the presence of a single record by primary key.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SleepLogExists checks the presence of a single record by primary key.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UserExists checks the presence of a single record by primary key.
No description provided by the author

# Variables

No description provided by the author
Auths contains methods to work with the auths table.
No description provided by the author
No description provided by the author
Days contains methods to work with the days table.
No description provided by the author
DeepWorkLogs contains methods to work with the deep_work_logs table.
No description provided by the author
No description provided by the author
FitnessLogs contains methods to work with the fitness_logs table.
HabitCategories contains methods to work with the habit_categories table.
No description provided by the author
No description provided by the author
No description provided by the author
HabitLogs contains methods to work with the habit_logs table.
Habits contains methods to work with the habits table.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SleepLogs contains methods to work with the sleep_logs table.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Users contains methods to work with the users table.

# Structs

Auth is an object representing the database table.
AuthSetter is used for insert/upsert/update operations All values are optional, and do not have to be set Generated columns are not included.
Day is an object representing the database table.
DaySetter is used for insert/upsert/update operations All values are optional, and do not have to be set Generated columns are not included.
DeepWorkLog is an object representing the database table.
DeepWorkLogSetter is used for insert/upsert/update operations All values are optional, and do not have to be set Generated columns are not included.
FitnessLog is an object representing the database table.
FitnessLogSetter is used for insert/upsert/update operations All values are optional, and do not have to be set Generated columns are not included.
Habit is an object representing the database table.
HabitCategory is an object representing the database table.
HabitCategorySetter is used for insert/upsert/update operations All values are optional, and do not have to be set Generated columns are not included.
HabitLog is an object representing the database table.
HabitLogSetter is used for insert/upsert/update operations All values are optional, and do not have to be set Generated columns are not included.
HabitSetter is used for insert/upsert/update operations All values are optional, and do not have to be set Generated columns are not included.
SleepLog is an object representing the database table.
SleepLogSetter is used for insert/upsert/update operations All values are optional, and do not have to be set Generated columns are not included.
User is an object representing the database table.
UserSetter is used for insert/upsert/update operations All values are optional, and do not have to be set Generated columns are not included.

# Type aliases

AuthSlice is an alias for a slice of pointers to Auth.
DaySlice is an alias for a slice of pointers to Day.
DeepWorkLogSlice is an alias for a slice of pointers to DeepWorkLog.
FitnessLogSlice is an alias for a slice of pointers to FitnessLog.
HabitCategorySlice is an alias for a slice of pointers to HabitCategory.
HabitLogSlice is an alias for a slice of pointers to HabitLog.
HabitSlice is an alias for a slice of pointers to Habit.
SleepLogSlice is an alias for a slice of pointers to SleepLog.
UserSlice is an alias for a slice of pointers to User.