package
0.0.0-20231017155257-d31f19c148bd
Repository: https://github.com/limjian/fiber-sqlboiler-example.git
Documentation: pkg.go.dev

# Functions

AuthorExists checks if the Author row exists.
Authors retrieves all the records using an executor.
FindAuthor retrieves a single record by ID with an executor.
FindPost retrieves a single record by ID with an executor.
FindSchemaMigration retrieves a single record by ID with an executor.
NewQuery initializes a new Query using the passed in QueryMods.
PostExists checks if the Post row exists.
Posts retrieves all the records using an executor.
SchemaMigrationExists checks if the SchemaMigration row exists.
SchemaMigrations retrieves all the records using an executor.

# Variables

No description provided by the author
AuthorRels is where relationship names are stored.
No description provided by the author
No description provided by the author
ErrSyncFail occurs during insert when the record could not be retrieved in order to populate default value information.
No description provided by the author
PostRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
SchemaMigrationRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Author is an object representing the database table.
Post
Post is an object representing the database table.
SchemaMigration is an object representing the database table.

# Type aliases

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