package
1.3.5
Repository: https://github.com/s-kostyaev/go-kallax.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewPerson returns a new instance of Person.
NewPersonQuery returns a new instance of PersonQuery.
NewPersonResultSet creates a new result set for rows of the type Person.
NewPersonStore creates a new instance of PersonStore using a SQL database.
NewPet returns a new instance of Pet.
NewPetQuery returns a new instance of PetQuery.
NewPetResultSet creates a new result set for rows of the type Pet.
NewPetStore creates a new instance of PetStore using a SQL database.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
PersonQuery is the object used to create queries for the Person entity.
PersonResultSet is the set of results returned by a query to the database.
PersonStore is the entity to access the records of the type Person in the database.
No description provided by the author
PetQuery is the object used to create queries for the Pet entity.
PetResultSet is the set of results returned by a query to the database.
PetStore is the entity to access the records of the type Pet in the database.

# Type aliases

No description provided by the author