package
0.2.0
Repository: https://github.com/delve/sheetdb.git
Documentation: pkg.go.dev

# Functions

AddBar adds new bar to user.
AddFoo adds new foo to user.
AddFooChild adds new fooChild to foo.
AddTypeTest adds new typeTest.
AddUser adds new user.
BarFilter is an option to change the filtering behavior of BarQuery.
BarSort is an option to change the sorting behavior of BarQuery.
DeleteBar deletes bar from user.
DeleteFoo deletes foo and it's children fooChild from user.
DeleteFooChild deletes fooChild from foo.
DeleteTypeTest deletes typeTest.
DeleteUser deletes user and it's children foo, fooChild and bar.
FooChildFilter is an option to change the filtering behavior of FooChildQuery.
FooChildSort is an option to change the sorting behavior of FooChildQuery.
FooFilter is an option to change the filtering behavior of FooQuery.
FooSort is an option to change the sorting behavior of FooQuery.
GetBars returns all bars.
GetFooChildren returns all fooChildren.
GetFoos returns all foos.
GetTypeTests returns all typeTests.
GetUsers returns all users.
GetBar returns a bar by primary keys.
GetBars returns all bars that user has.
GetFoo returns a foo by primary keys.
GetFooChild returns a fooChild by primary keys.
GetFooChildByValue returns a fooChild by Value.
GetFooChildren returns all fooChildren that foo has.
GetFoos returns all foos that user has.
GetTypeTest returns a typeTest by ID.
GetUser returns a user by UserID.
GetUserByEmail returns a user by Email.
Initialize initializes this package.
LoadData loads data from the spreadsheet.
NewSex returns new Sex.
TypeTestFilter is an option to change the filtering behavior of TypeTestQuery.
TypeTestSort is an option to change the sorting behavior of TypeTestQuery.
UpdateBar updates bar.
UpdateFoo updates foo.
UpdateFooChild updates fooChild.
UpdateTypeTest updates typeTest.
UpdateUser updates user.
UserFilter is an option to change the filtering behavior of UserQuery.
UserSort is an option to change the sorting behavior of UserQuery.

# Constants

Sex Enumuration.
Sex Enumuration.
Sex Enumuration.

# Structs

Bar is a struct of bar which is a child of user.
BarQuery is used for selecting bars.
Foo is a struct of foo which is a child of user.
FooChild is a struct of foo child.
FooChildQuery is used for selecting fooChildren.
FooQuery is used for selecting foos.
TypeTest is a struct for type test.
TypeTestQuery is used for selecting typeTests.
User is a struct of user.
UserQuery is used for selecting users.

# Type aliases

BarQueryOption is an option to change the behavior of BarQuery.
FooChildQueryOption is an option to change the behavior of FooChildQuery.
FooQueryOption is an option to change the behavior of FooQuery.
Sex is user's sex.
TypeTestQueryOption is an option to change the behavior of TypeTestQuery.
UserQueryOption is an option to change the behavior of UserQuery.