package
1.3.3
Repository: https://github.com/asardak/go-kallax.git
Documentation: pkg.go.dev

# Functions

FindPerson retrieves a single record by ID with an executor.
FindPersonG retrieves a single record by ID.
FindPersonGP retrieves a single record by ID, and panics on error.
FindPersonP retrieves a single record by ID with an executor, and panics on error.
FindPet retrieves a single record by ID with an executor.
FindPetG retrieves a single record by ID.
FindPetGP retrieves a single record by ID, and panics on error.
FindPetP retrieves a single record by ID with an executor, and panics on error.
FindSchemaMigration retrieves a single record by ID with an executor.
FindSchemaMigrationG retrieves a single record by ID.
FindSchemaMigrationGP retrieves a single record by ID, and panics on error.
FindSchemaMigrationP retrieves a single record by ID with an executor, and panics on error.
NewQuery initializes a new Query using the passed in QueryMods.
NewQueryG initializes a new Query using the passed in QueryMods.
People retrieves all the records using an executor.
PeopleG retrieves all records.
PersonExists checks if the Person row exists.
PersonExistsG checks if the Person row exists.
PersonExistsGP checks if the Person row exists.
PersonExistsP checks if the Person row exists.
PetExists checks if the Pet row exists.
PetExistsG checks if the Pet row exists.
PetExistsGP checks if the Pet row exists.
PetExistsP checks if the Pet row exists.
Pets retrieves all the records using an executor.
PetsG retrieves all records.
SchemaMigrationExists checks if the SchemaMigration row exists.
SchemaMigrationExistsG checks if the SchemaMigration row exists.
SchemaMigrationExistsGP checks if the SchemaMigration row exists.
SchemaMigrationExistsP checks if the SchemaMigration row exists.
SchemaMigrations retrieves all the records using an executor.
SchemaMigrationsG retrieves all records.

# Variables

ErrSyncFail occurs during insert when the record could not be retrieved in order to populate default value information.

# Structs

Person is an object representing the database table.
Pet is an object representing the database table.
SchemaMigration is an object representing the database table.

# Type aliases

M type is for providing columns and column values to UpdateAll.
No description provided by the author
No description provided by the author
No description provided by the author